Object that wraps IDSEngineeringModelGeometryOperationAuto.
Defines a MeshWorkflowStep.
Declaration Syntax
public class MeshWorkflowStep : DataModelObject, IFolderDataModelObject
Table 309: Members
|
Property | Children |
Gets the list of children. |
|
Property | DataModelObjectCategory |
Gets the current DataModelObject's category. |
|
Property | EnableCheckpoint |
Gets or sets whether the checkpointing is enabled for the step. |
|
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. |
|
Property | OperationType |
Returns the type of the operation. . |
|
Method | AddControl(ControlType) |
Adds a MeshWorkflowControl node as child node of the “Step” tree node. This control node can be created under any step node. This node is created to set properties that are required for executing an operation. |
|
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 | AddOutcome(OutcomeType) |
Adds a MeshWorkflowOutcome node as child node of the “Step” tree node. This outcome node can be created under any step node. This node is created to see the results after executing an operation. |
|
Method | ClearDataAndDisableCheckpoint() |
Clear checkpoint data and disable checkpointing for the step. |
|
Method | Delete() |
Run the Delete action. |
|
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. |