Name |
Description |
Activate()
|
Activate the current object.
|
AddFigure()
|
Creates a new child Figure.
|
AddImage(String)
|
Creates a new child Image.
If a filePath is provided, the image will be loaded from that file,
if not, the image will be a screen capture of the Geometry window.
|
AddInput()
|
Adds an “Input” node as child object under the “Mesh Workflow” and returns the new MeshWorkflowInput object if not existent, otherwise it returns the already available MeshWorkflowInput object.
|
AddOutput()
|
Adds an “Output” node as child object under the “Mesh Workflow” and returns the new MeshWorkflowOutput object if not existent, otherwise it returns the already available MeshWorkflowOutput object.
|
ClearGeneratedData()
|
Clears all the generated data, i.e., It resets all inactive geometry parts/bodies to active again, clears the output data, and resets the state of the child objects (“Input”, “Steps”, “Output”) to the initial state. However, any user-defined settings such as the “Input” node scoping are retained.
|
ClearOutputData()
|
Clears only the "Output" data, i.e., the generated Geometry part(s) and the associated mesh.
|
CopyTo(DataModelObject)
|
Copies all visible properties from this object to another.
|
CreateParameter(String)
|
Creates a new parameter for a Property.
|
Delete()
|
Run the Delete action.
|
Duplicate()
|
Creates a copy of the current DataModelObject.
|
ExportWorkflow(String)
|
Exports the steps as template into a .emx file.
|
FinalizeWorkflow()
|
Once all steps in a mesh workflow are completed successfully, the workflow can be completed which will transfer the generated data back into new Mechanical geometry part(s) together with the corresponding part mesh(es).
|
Generate()
|
Generates the desired data by executing the whole workflow, i.e., transferring the input data, executing all steps, and completing the workflow by transferring the output data back into Geometry and Mesh data.
|
GetAllLabelNames()
|
Gets all the PrimeMesh model labels names currently defined for the workflow.
|
GetAllPartNames()
|
Gets all the PrimeMesh model parts names currently defined for the workflow.
|
GetAllZoneNames()
|
Gets all the PrimeMesh model zones names currently defined for the workflow.
|
GetParameter(String)
|
Gets the parameter corresponding to the given property.
|
GetPath()
|
Gets the path of the object.
|
GetSolidSurfaceMeshQualityWarningLimit(MeshMetricType)
|
Get Mesh Quality Warning Limit
|
GroupAllSimilarChildren()
|
Run the GroupAllSimilarChildren action.
|
GroupSimilarObjects()
|
Run the GroupSimilarObjects action.
|
ImportWorkflow(String)
|
Imports the steps from a template .emx file.
|
InitializeWorkflow()
|
Initializes the mesh workflow by transferring the scoped geometry parts/bodies from Mechanical into the PrimeMesh model and updates the “Input” node state accordingly.
|
PropertyByAPIName(String)
|
Get a property by its API name.
If multiple properties have the same API Name, only the first property with that name will be returned.
|
PropertyByName(String)
|
Get a property by its unique name.
|
RemoveParameter(String)
|
Removes the parameter from the parameter set corresponding to the given property.
|