MeshWorkflowStepGroup

Object that wraps IDSEngineeringModelWorkflow.

Defines a MeshWorkflowStepGroup.

Declaration Syntax

public class MeshWorkflowStepGroup : DataModelObject, IFolderDataModelObject

Table 310: Members

Property

AcousticCurvatureAngle

Gets or sets the curvature angle of the mesh to be used in workflow steps for the acoustic workflow. If set to 0, the default curvature angle is used.

Property

AcousticDefeatureMeshSize

Gets or sets the defeature element size of the mesh to be used in workflow steps for the acoustic workflow. If set to 0, the value is automatically defined based on the model size.

Property

AcousticGrowthRate

Gets or sets the growth rate of the mesh to be used in workflow steps for the acoustic workflow. If set to 0, the default growth rate is used.

Property

AcousticMinimumMeshSize

Gets or sets the minimum element size of the mesh to be used in workflow steps for the acoustic workflow. If set to 0, the value is automatically defined based on the model size.

Property

AnalysisFrequency

Defines the analysis frequency of the acoustic scenario.

Property

BoundingBoxFactor

Gets or sets the bounding box factor applied to compute automatically the StackerMeshSize from the model. If set to 0, the default bouding box factor is used.

Property

Children

Gets the list of children.

Property

CurvatureAngle

Gets or sets the curvature angle of the mesh to be used in workflow steps. If set to 0, the default curvature angle is used.

Property

DataModelObjectCategory

Gets the current DataModelObject's category.

Property

DirectionX

Gets or sets the X component of stacking direction used by stacker operations , with respect to Global Coordinate System.

Property

DirectionY

Gets or sets the Y component of stacking direction to be used in stacker steps, with respect to Global Coordinate System.

Property

DirectionZ

Gets or sets the Z component of stacking direction to be used in stacker steps, with respect to Global Coordinate System.

Property

Figures

Gets the list of associated figures.

Property

GlobalMeshSize

Gets or sets the element size of the mesh to be used in workflow steps. If set to 0, the value is automatically defined based on the model size.

Property

GrowthRate

Gets or sets the growth rate of the mesh to be used in workflow steps. If set to 0, the default growth rate is used.

Property

Images

Gets the list of associated images.

Property

InternalObject

Gets the internal object. For advanced usage only.

Property

LateralDefeatureSize

Gets or sets the defeature size to be used along the lateral direction of stacking in stacker operations.

Property

MaximumMeshSize

Gets or sets the element size of the mesh to be used in workflow steps. If set to 0, the value is automatically defined based on the model size.

Property

MeshSize

Defines the mesh size of the acoustic scenario based on the wave velocity and the frequency.

Property

MinimumMeshSize

Gets or sets the minimal element size of the mesh to be used in workflow steps. If set to 0, the value is automatically defined based on the model size.

Property

NonStackableBodyMeshSize

Gets or sets the element size to be used in meshing non-stackable bodies in stacker workflow.

Property

NumberOfAcousticLayers

Gets or sets the number of layers in the acoustic region. If set to 0, the value defaults to 1 if QuadraticElements is enabled (see (See Ansys.ACT.Automation.Mechanical.MeshWorkflowStepGroup.QuadraticElements)) or 2 otherwise.

Property

NumberOfCores

Defines how many CPU cores to be used in an operation (if supported by the operation).

Property

NumberOfPMLs

Gets or sets the number of layers in the perfectly meshed layers region. If set to 0, the value defaults to 2 if QuadraticElements is enabled (see (See Ansys.ACT.Automation.Mechanical.MeshWorkflowStepGroup.QuadraticElements)) or 4 otherwise.

Property

OriginX

Gets or sets the X coordinate location of base face for the volume flattening step.

Property

OriginY

Gets or sets the Y coordinate location of base face for the volume flattening step.

Property

OriginZ

Gets or sets the Z coordinate location of base face for the volume flattening step.

Property

QuadraticElements

Defines if the quadratic elements are used for the mesh generation.

Property

SpeedOfSound

Defines the speed of sound in the acoustic scenario.

Property

StackingDefeatureSize

Gets or sets the defeature size to be used along the stacking direction in stacker operations.

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

AddSettings(SettingsType)

Add the settings of the input SettingsType to the Steps node.

Method

AddStep(OperationType)

Add another operation to the sequence of steps to be executed for the mesh workflow.

Method

ClearDataAndDisableCheckpoints()

Clear all checkpoints data and disable checkpointing for the workflow.

Method

ConvertSizingSettings(SettingsType)

Convert the active sizing settings to the input SettingsType for the Steps node.

Method

Delete()

Run the Delete action.

Method

DeleteAllStepsAndClearGeneratedData()

Deletes all steps and reset workflow type to undefined and also resets all inactive geometry parts/bodies to active again, clears the output data, and resets the state of the child objects (“Input”, “Steps”, “Output”) to the initial state. However, any user-defined settings such as the “Input” node scoping are retained.

Method

DeleteSettings(SettingsType)

Delete the settings of the input SettingsType from the Steps node. All the Settings specific entries are removed automatically to the Steps details.

Method

DisableAllCheckpoints()

Disables checkpoints for all editable steps in the workflow.

Method

EnableAllCheckpoints()

Enables checkpoints for all editable steps in the workflow.

Method

ExecuteAllSteps()

Executes all steps defined under the “StepGroup” object (which is the “Steps” node in the UI).

Method

ExecuteNextStep()

Executes the next step, i.e. the next operation which is ready to be executed under the parent “StepGroup” object.

Method

ExecuteUpToStep(object)

Executes any not yet ready steps up to and including the specified step.

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

PropagateSettings(SettingsType)

Propagate the settings of the input SettingsType to the attributes of the Step nodes. The meshing attributes of the Step nodes will then be automatically defined based on the physical parameters of the settings. Otherwise, the meshing attributes need to be manually specified.

Method

RevertToLastCheckpoint()

Revert to the last available checkpoint; if no checkpoint is available, then an exception will be raised.

Method

RevertToStep(object)

Revert to the specified step; if no checkpoint is available, then an exception will be raised.