MeshWorkflowStep#
- class ansys.mechanical.stubs.v242.Ansys.ACT.Automation.Mechanical.MeshWorkflowStep(internalObject: Any)#
Bases:
objectObject that wraps IDSEngineeringModelGeometryOperationAuto.
Overview#
Activate the current object. |
|
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. |
|
Creates a new child Figure. |
|
Creates a new child Image. |
|
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. |
|
Query if this operation can complete an interactive mesh edit session. |
|
Query if this operation can start an interactive mesh edit session. |
|
Query if this operation can complete an interactive mesh edit session. |
|
Copies all visible properties from this object to another. |
|
CreateObjRef method. |
|
Creates a new parameter for a Property. |
|
Run the Delete action. |
|
Creates a copy of the current DataModelObject. |
|
Duplicates the workflow |
|
Equals method. |
|
Property name bound to dispId. |
|
GetAllProperties method. |
|
Gets the list of children, filtered by type. |
|
GetDomainBrowserAvailableScopes method. |
|
Enum name bound to value |
|
GetHashCode method. |
|
GetIconFile method. |
|
GetLifetimeService method. |
|
GetObjectData method. |
|
Gets the parameter corresponding to the given property. |
|
GetPath method. |
|
GetPropertyName method. |
|
GetPropertyValue method. |
|
GetType method. |
|
GetUnpublishedList method. |
|
GetVisibleProperties method. |
|
GetVisiblePropertyNames method. |
|
Run the GroupAllSimilarChildren action. |
|
Run the GroupSimilarObjects action. |
|
InitializeLifetimeService method. |
|
Creates a new MeshWorkflowStep |
|
Creates a new MeshWorkflowStep |
|
IsPropertyEditable method. |
|
IsPropertyVisible method. |
|
Gets the MeshWorkflowControls of an MeshWorkflowStep. |
|
Gets the MeshWorkflowOutcomes of an MeshWorkflowStep. |
|
Get a property by its API name. |
|
PropertyById method. |
|
Get a property by its unique name. |
|
Removes the parameter from the parameter set corresponding to the given property. |
|
Renames applying the default name based on type. |
|
ToString method. |
Gets the list of children. |
|
Gets the current DataModelObject's category. |
|
Gets the list of associated figures. |
|
GroupingFolder property. |
|
IconName property. |
|
Gets the list of associated images. |
|
Gets the internal object. For advanced usage only. |
|
Name property. |
|
ObjectId property. |
|
ObjectState property. |
|
ObjectTags property. |
|
Gets the OperationString. |
|
Returns the type of the operation. . |
|
Parent property. |
|
Gets the list of properties for this object. |
|
State property. |
|
Gets or sets the Suppressed. |
|
Gets the list of properties that are visible for this object. |
Property detail#
- property MeshWorkflowStep.Children: List[Ansys.Mechanical.DataModel.Interfaces.IDataModelObject] | None#
Gets the list of children.
- property MeshWorkflowStep.DataModelObjectCategory: Ansys.Mechanical.DataModel.Enums.DataModelObjectCategory | None#
Gets the current DataModelObject's category.
- property MeshWorkflowStep.Figures: Iterable[Ansys.ACT.Automation.Mechanical.Figure] | None#
Gets the list of associated figures.
- property MeshWorkflowStep.GroupingFolder: Ansys.Mechanical.DataModel.Interfaces.IDataModelObject | None#
GroupingFolder property.
- property MeshWorkflowStep.Images: Iterable[Ansys.ACT.Automation.Mechanical.Image] | None#
Gets the list of associated images.
- property MeshWorkflowStep.InternalObject: Ansys.Common.Interop.DSObjectsAuto.IDSEngineeringModelOperationAuto | None#
Gets the internal object. For advanced usage only.
- property MeshWorkflowStep.ObjectState: Ansys.Mechanical.DataModel.Enums.ObjectState | None#
ObjectState property.
- property MeshWorkflowStep.ObjectTags: Iterable[Ansys.Mechanical.DataModel.Interfaces.IObjectTag] | None#
ObjectTags property.
- property MeshWorkflowStep.OperationType: Ansys.Mechanical.DataModel.MechanicalEnums.MeshWorkflow.OperationType | None#
Returns the type of the operation. .
- property MeshWorkflowStep.Parent: Ansys.Mechanical.DataModel.Interfaces.IDataModelObject | None#
Parent property.
- property MeshWorkflowStep.Properties: tuple[Ansys.ACT.Automation.Mechanical.Property] | None#
Gets the list of properties for this object.
Method detail#
- MeshWorkflowStep.AddControl(type: Ansys.Mechanical.DataModel.MechanicalEnums.MeshWorkflow.ControlType) Ansys.ACT.Automation.Mechanical.MeshWorkflowControl#
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.
- MeshWorkflowStep.AddFigure() Ansys.ACT.Automation.Mechanical.Figure#
Creates a new child Figure.
- MeshWorkflowStep.AddImage(filePath: str) Ansys.ACT.Automation.Mechanical.Image#
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.
- MeshWorkflowStep.AddOutcome(type: Ansys.Mechanical.DataModel.MechanicalEnums.MeshWorkflow.OutcomeType) Ansys.ACT.Automation.Mechanical.MeshWorkflowOutcome#
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.
- MeshWorkflowStep.CanCompleteInteractiveSession() bool#
Query if this operation can complete an interactive mesh edit session.
- MeshWorkflowStep.CanStartInteractiveSession() bool#
Query if this operation can start an interactive mesh edit session.
- MeshWorkflowStep.CompleteInteractiveSession(succeeded: bool) None#
Query if this operation can complete an interactive mesh edit session.
- MeshWorkflowStep.CopyTo(other: Ansys.ACT.Automation.Mechanical.DataModelObject) None#
Copies all visible properties from this object to another.
- MeshWorkflowStep.CreateObjRef(requestedType: type) System.Runtime.Remoting.ObjRef#
CreateObjRef method.
- MeshWorkflowStep.CreateParameter(propName: str) Ansys.ACT.Interfaces.Mechanical.IParameter#
Creates a new parameter for a Property.
- MeshWorkflowStep.Duplicate() Ansys.Mechanical.DataModel.Interfaces.IDataModelObject#
Creates a copy of the current DataModelObject.
- MeshWorkflowStep.DuplicateOperation() Ansys.ACT.Automation.Mechanical.MeshWorkflowStep#
Duplicates the workflow
- MeshWorkflowStep.Equals(other: Ansys.Mechanical.DataModel.Interfaces.IDataModelObject) bool#
Equals method.
- MeshWorkflowStep.GetAllProperties() List[Ansys.ACT.Automation.Mechanical.AutomationPropertyWrapper]#
GetAllProperties method.
- MeshWorkflowStep.GetChildren(recurses: bool, children: List[ChildrenType]) List[ChildrenType]#
Gets the list of children, filtered by type.
- MeshWorkflowStep.GetDomainBrowserAvailableScopes(path: str) List[System.Collections.Generic.Dictionary[str, Any]]#
GetDomainBrowserAvailableScopes method.
- MeshWorkflowStep.GetIconFile() System.Byte#
GetIconFile method.
- MeshWorkflowStep.GetLifetimeService() Any#
GetLifetimeService method.
- MeshWorkflowStep.GetObjectData(info: System.Runtime.Serialization.SerializationInfo, context: System.Runtime.Serialization.StreamingContext) None#
GetObjectData method.
- MeshWorkflowStep.GetParameter(propName: str) Ansys.ACT.Interfaces.Mechanical.IParameter#
Gets the parameter corresponding to the given property.
- MeshWorkflowStep.GetUnpublishedList() List[System.Collections.Generic.Dictionary[str, Any]]#
GetUnpublishedList method.
- MeshWorkflowStep.GetVisibleProperties() List[System.Reflection.PropertyInfo]#
GetVisibleProperties method.
- MeshWorkflowStep.GroupSimilarObjects() Ansys.ACT.Automation.Mechanical.TreeGroupingFolder#
Run the GroupSimilarObjects action.
- MeshWorkflowStep.InitializeLifetimeService() Any#
InitializeLifetimeService method.
- MeshWorkflowStep.InsertStepAfter(type: Ansys.Mechanical.DataModel.MechanicalEnums.MeshWorkflow.OperationType) Ansys.ACT.Automation.Mechanical.MeshWorkflowStep#
Creates a new MeshWorkflowStep
- MeshWorkflowStep.InsertStepBefore(type: Ansys.Mechanical.DataModel.MechanicalEnums.MeshWorkflow.OperationType) Ansys.ACT.Automation.Mechanical.MeshWorkflowStep#
Creates a new MeshWorkflowStep
- MeshWorkflowStep.MeshWorkflowControls(bIgnoreSuppressed: bool) List[Ansys.ACT.Automation.Mechanical.MeshWorkflowControl]#
Gets the MeshWorkflowControls of an MeshWorkflowStep.
- MeshWorkflowStep.MeshWorkflowOutcomes(bIgnoreSuppressed: bool) List[Ansys.ACT.Automation.Mechanical.MeshWorkflowOutcome]#
Gets the MeshWorkflowOutcomes of an MeshWorkflowStep.
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.
- MeshWorkflowStep.PropertyById(dispId: int) Ansys.ACT.Automation.Mechanical.Property#
PropertyById method.
- MeshWorkflowStep.PropertyByName(name: str) Ansys.ACT.Automation.Mechanical.Property#
Get a property by its unique name.