Defines a MeshWorkflowGroup.
Declaration Syntax
public class MeshWorkflowGroup : DataModelObject, IFolderDataModelObject
Table 305: Members
|
Property | ActiveWorkflow |
Gets the currently active workflow object. |
|
Property | Children |
Gets the list of children. |
|
Property | Comments |
Gets the list of associated comments. |
|
Property | DataModelObjectCategory |
Gets the current DataModelObject's category. |
|
Property | Figures |
Gets the list of associated figures. |
|
Property | Images |
Gets the list of associated images. |
|
Property | InternalObject |
Gets the internal object. For advanced usage only. |
|
Method | AddComment() |
Creates a new child Comment. |
|
Method | AddFigure() |
Creates a new child Figure. |
|
Method | 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. |
|
Method | AddMeshWorkflow(WorkflowType) |
Adds a new workflow to the “MeshWorkflowGroup” object. |
|
Method | ClearGeneratedData() |
Resets all mesh workflows completely, i.e. also the geometry scoping transferred into each mesh workflow will be reset and all inactive geometry parts/bodies will become active again. Steps, controls, and outcomes will be reset to their initial state while any user-defined property settings will remain as-is. |
|
Method | Delete() |
Run the Delete action. |
|
Method | GenerateWorkflows() |
Generates all mesh workflows, i.e. executes the “Input”, the “Steps”, and the “Output” as needed. |
|
Method | GetChildren<ChildrenType>(bool, IList<ChildrenType>) |
Gets the list of children, filtered by type. |
|
Method | GetChildren(DataModelObjectCategory, bool, IList<IDataModelObject>) |
Gets the list of children, filtered by type. |
|
Method | GetSolidSurfaceMeshQualityWarningLimit(MeshMetricType) |
Get Mesh Quality Warning Limit |