MeshWorkflowStep#
- class ansys.mechanical.stubs.v261.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. |
|
CanRevertStep method. |
|
Query if this operation can start an interactive mesh edit session. |
|
Checks if the workflow step can be suppressed. |
|
Checks if the workflow step can be unsuppressed. |
|
Clear checkpoint data and disable checkpointing for the step. |
|
Query if this operation can complete an interactive mesh edit session. |
|
Copies all visible properties from this object to another. |
|
Create a mesh edit morph control from the morph operation. |
|
CreateObjRef method. |
|
Creates a new parameter for a Property. |
|
Run the Delete action. |
|
Creates a copy of the current DataModelObject. |
|
Duplicates the workflow |
|
Duplicates the workflow |
|
Duplicates the workflow |
|
Equals method. |
|
Property name bound to dispId. |
|
GetAllProperties method. |
|
GetApplicableControlTypes method. |
|
GetApplicableOutcomeTypes method. |
|
Gets the list of children, filtered by type. |
|
GetDetailsView method. |
|
GetDomainBrowserAvailableMorphFieldPatterns method. |
|
GetDomainBrowserAvailableScopes method. |
|
GetDomainBrowserAvailableSizeFieldPatterns 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. |
|
GetPropertyWorksheetInfo 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. |
|
Preview the MeshWorkflowStep. After the preview, the step will contain a preview outcome with the information required for the validation of the user inputs. The preview outcome can be returned using the MeshWorkflowOutcomes method of the step. |
|
Get a property by its API name. |
|
PropertyById method. |
|
Get a property by its unique name. |
|
PropertyTypeInfo method. |
|
Removes the parameter from the parameter set corresponding to the given property. |
|
Renames applying the default name based on type. |
|
Suppresses the workflow step to exclude it from execution. |
|
ToString method. |
|
Unsuppresses the workflow step to include it in execution. |
AttachedRefs property. |
|
Gets whether the step can be edited or not. |
|
Gets the list of children. |
|
ClsId property. |
|
Gets the current DataModelObject's category. |
|
Gets or sets whether the checkpointing is enabled for the step. |
|
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. |
|
The step's position in the workflow ordered steps. |
|
Gets the list of properties for this object. |
|
ReleaseStatusString property. |
|
State property. |
|
StepDescription property. |
|
StepDescriptionJson property. |
|
StepTypeInformation property. |
|
StepTypeInformationJson property. |
|
Gets or sets the Suppressed. |
|
Gets or sets whether the mesh validation is enabled for the step. |
|
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.EnableCheckpoint: bool | None#
Gets or sets whether the checkpointing is enabled for the step.
- 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.
- property MeshWorkflowStep.State: Ansys.Mechanical.DataModel.Enums.Legacy.State | None#
State property.
- property MeshWorkflowStep.StepDescription: System.Collections.Generic.Dictionary[str, Any] | None#
StepDescription property.
- property MeshWorkflowStep.StepTypeInformation: System.Collections.Generic.Dictionary[str, str] | None#
StepTypeInformation property.
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.CanSuppressWorkflowOperation() bool#
Checks if the workflow step can be suppressed.
- MeshWorkflowStep.CanUnsuppressWorkflowOperation() bool#
Checks if the workflow step can be unsuppressed.
- MeshWorkflowStep.ClearDataAndDisableCheckpoint() None#
Clear checkpoint data and disable checkpointing for the step.
- 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.CreateMeshEditMorphControl() Ansys.ACT.Automation.Mechanical.DirectMorph#
Create a mesh edit morph control from the morph operation.
- 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.DuplicateOperationAfter() Ansys.ACT.Automation.Mechanical.MeshWorkflowStep#
Duplicates the workflow
- MeshWorkflowStep.DuplicateOperationBefore() 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.GetApplicableControlTypes() List[Ansys.Mechanical.DataModel.MechanicalEnums.MeshWorkflow.ControlType]#
GetApplicableControlTypes method.
- MeshWorkflowStep.GetApplicableOutcomeTypes() List[Ansys.Mechanical.DataModel.MechanicalEnums.MeshWorkflow.OutcomeType]#
GetApplicableOutcomeTypes method.
- MeshWorkflowStep.GetChildren(recurses: bool, children: List[ChildrenType]) List[ChildrenType]#
Gets the list of children, filtered by type.
- MeshWorkflowStep.GetDetailsView() Ansys.ACT.Automation.Mechanical.DetailsViewData#
GetDetailsView method.
- MeshWorkflowStep.GetDomainBrowserAvailableMorphFieldPatterns(path: str) List[System.Collections.Generic.Dictionary[str, Any]]#
GetDomainBrowserAvailableMorphFieldPatterns method.
- MeshWorkflowStep.GetDomainBrowserAvailableScopes(path: str) List[System.Collections.Generic.Dictionary[str, Any]]#
GetDomainBrowserAvailableScopes method.
- MeshWorkflowStep.GetDomainBrowserAvailableSizeFieldPatterns(path: str) List[System.Collections.Generic.Dictionary[str, Any]]#
GetDomainBrowserAvailableSizeFieldPatterns 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.GetPropertyWorksheetInfo() List[System.Collections.Generic.Dictionary[str, Any]]#
GetPropertyWorksheetInfo method.
- 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, createMandatoryControls: bool) Ansys.ACT.Automation.Mechanical.MeshWorkflowStep#
Creates a new MeshWorkflowStep
- MeshWorkflowStep.InsertStepBefore(type: Ansys.Mechanical.DataModel.MechanicalEnums.MeshWorkflow.OperationType, createMandatoryControls: bool) Ansys.ACT.Automation.Mechanical.MeshWorkflowStep#
Creates a new MeshWorkflowStep
- MeshWorkflowStep.MeshWorkflowControls(bIgnoreSuppressed: bool, filterByType: str) 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.
- MeshWorkflowStep.Preview() None#
Preview the MeshWorkflowStep. After the preview, the step will contain a preview outcome with the information required for the validation of the user inputs. The preview outcome can be returned using the MeshWorkflowOutcomes method of the step.
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.
- MeshWorkflowStep.PropertyTypeInfo(property: Ansys.ACT.Automation.Mechanical.Property) System.Collections.Generic.Dictionary[str, Any]#
PropertyTypeInfo method.
- MeshWorkflowStep.RemoveParameter(propName: str) None#
Removes the parameter from the parameter set corresponding to the given property.