MeshWorkflowStep#

class ansys.mechanical.stubs.v242.Ansys.ACT.Automation.Mechanical.MeshWorkflowStep(internalObject: Any)#

Bases: object

Object that wraps IDSEngineeringModelGeometryOperationAuto.

Overview#

Activate

Activate the current object.

AddControl

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.

AddFigure

Creates a new child Figure.

AddImage

Creates a new child Image.

AddOutcome

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.

CanCompleteInteractiveSession

Query if this operation can complete an interactive mesh edit session.

CanStartInteractiveSession

Query if this operation can start an interactive mesh edit session.

CompleteInteractiveSession

Query if this operation can complete an interactive mesh edit session.

CopyTo

Copies all visible properties from this object to another.

CreateObjRef

CreateObjRef method.

CreateParameter

Creates a new parameter for a Property.

Delete

Run the Delete action.

Duplicate

Creates a copy of the current DataModelObject.

DuplicateOperation

Duplicates the workflow

Equals

Equals method.

GetAPIName

Property name bound to dispId.

GetAllProperties

GetAllProperties method.

GetChildren

Gets the list of children, filtered by type.

GetDomainBrowserAvailableScopes

GetDomainBrowserAvailableScopes method.

GetEnumName

Enum name bound to value

GetHashCode

GetHashCode method.

GetIconFile

GetIconFile method.

GetLifetimeService

GetLifetimeService method.

GetObjectData

GetObjectData method.

GetParameter

Gets the parameter corresponding to the given property.

GetPath

GetPath method.

GetPropertyName

GetPropertyName method.

GetPropertyValue

GetPropertyValue method.

GetType

GetType method.

GetUnpublishedList

GetUnpublishedList method.

GetVisibleProperties

GetVisibleProperties method.

GetVisiblePropertyNames

GetVisiblePropertyNames method.

GroupAllSimilarChildren

Run the GroupAllSimilarChildren action.

GroupSimilarObjects

Run the GroupSimilarObjects action.

InitializeLifetimeService

InitializeLifetimeService method.

InsertStepAfter

Creates a new MeshWorkflowStep

InsertStepBefore

Creates a new MeshWorkflowStep

IsPropertyEditable

IsPropertyEditable method.

IsPropertyVisible

IsPropertyVisible method.

MeshWorkflowControls

Gets the MeshWorkflowControls of an MeshWorkflowStep.

MeshWorkflowOutcomes

Gets the MeshWorkflowOutcomes of an MeshWorkflowStep.

PropertyByAPIName

Get a property by its API name.

PropertyById

PropertyById method.

PropertyByName

Get a property by its unique name.

RemoveParameter

Removes the parameter from the parameter set corresponding to the given property.

RenameBasedOnType

Renames applying the default name based on type.

ToString

ToString method.

Children

Gets the list of children.

DataModelObjectCategory

Gets the current DataModelObject's category.

Figures

Gets the list of associated figures.

GroupingFolder

GroupingFolder property.

IconName

IconName property.

Images

Gets the list of associated images.

InternalObject

Gets the internal object. For advanced usage only.

Name

Name property.

ObjectId

ObjectId property.

ObjectState

ObjectState property.

ObjectTags

ObjectTags property.

OperationString

Gets the OperationString.

OperationType

Returns the type of the operation. .

Parent

Parent property.

Properties

Gets the list of properties for this object.

State

State property.

Suppressed

Gets or sets the Suppressed.

VisibleProperties

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.IconName: str | None#

IconName 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.Name: str | None#

Name property.

property MeshWorkflowStep.ObjectId: int | None#

ObjectId property.

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.OperationString: str | None#

Gets the OperationString.

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.Suppressed: bool | None#

Gets or sets the Suppressed.

property MeshWorkflowStep.VisibleProperties: tuple[Ansys.ACT.Automation.Mechanical.Property] | None#

Gets the list of properties that are visible for this object.

Method detail#

MeshWorkflowStep.Activate() None#

Activate the current object.

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.Delete() None#

Run the Delete action.

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.GetAPIName(dispId: int) str#

Property name bound to dispId.

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.GetEnumName(enumType: type, value: int, dispId: int) str#

Enum name bound to value

MeshWorkflowStep.GetHashCode() int#

GetHashCode 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.GetPath() str#

GetPath method.

MeshWorkflowStep.GetPropertyName(dispId: int) str#

GetPropertyName method.

MeshWorkflowStep.GetPropertyValue(name: str) Any#

GetPropertyValue method.

MeshWorkflowStep.GetType() type#

GetType method.

MeshWorkflowStep.GetUnpublishedList() List[System.Collections.Generic.Dictionary[str, Any]]#

GetUnpublishedList method.

MeshWorkflowStep.GetVisibleProperties() List[System.Reflection.PropertyInfo]#

GetVisibleProperties method.

MeshWorkflowStep.GetVisiblePropertyNames() List[str]#

GetVisiblePropertyNames method.

MeshWorkflowStep.GroupAllSimilarChildren() None#

Run the GroupAllSimilarChildren action.

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.IsPropertyEditable(dispId: int) bool#

IsPropertyEditable method.

MeshWorkflowStep.IsPropertyVisible(dispId: int) bool#

IsPropertyVisible method.

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.

MeshWorkflowStep.PropertyByAPIName(name: str) Ansys.ACT.Automation.Mechanical.Property#
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.RemoveParameter(propName: str) None#

Removes the parameter from the parameter set corresponding to the given property.

MeshWorkflowStep.RenameBasedOnType() None#

Renames applying the default name based on type.

MeshWorkflowStep.ToString() str#

ToString method.