Class: MeshWorkflowStepGroup

Object that wraps IDSEngineeringModelWorkflow.

Methods

Name Description
Activate() Activate the current object.
AddFigure() Creates a new child Figure.
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.
AddSettings(SettingsType) Add the settings of the input SettingsType to the Steps node.
AddStep(OperationType) Add another operation to the sequence of steps to be executed for the mesh workflow.
CopyTo(DataModelObject) Copies all visible properties from this object to another.
CreateParameter(String) Creates a new parameter for a Property.
Delete() Run the Delete action.
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.
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.
Duplicate() Creates a copy of the current DataModelObject.
ExecuteAllSteps() Executes all steps defined under the “StepGroup” object (which is the “Steps” node in the UI).
ExecuteNextStep() Executes the next step, i.e. the next operation which is ready to be executed under the parent “StepGroup” object.
ExecuteUpToStep(Object) Executes any not yet ready steps up to and including the specified step.
GetParameter(String) Gets the parameter corresponding to the given property.
GetPath() Gets the path of the object.
GroupAllSimilarChildren() Run the GroupAllSimilarChildren action.
GroupSimilarObjects() Run the GroupSimilarObjects action.
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.
PropertyByAPIName(String) 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.
PropertyByName(String) Get a property by its unique name.
RemoveParameter(String) Removes the parameter from the parameter set corresponding to the given property.
RevertToStep(Object) Revert to the specified step; if no checkpoint is available, then an exception will be raised.

Properties

Name Description
AnalysisFrequency Defines the analysis frequency of the acoustic scenario.
DataModelObjectCategory Gets the name of the current DataModelObject's category.
Figures Gets the list of associated figures.
Images Gets the list of associated images.
InternalObject Gets the internal object. For advanced usage only.
MeshSize Defines the mesh size of the acoustic scenario based on the wave velocity and the frequency.
Name Gets the name of the object.
NumberOfAcousticLayers Gets the number of layers in the acoustic region. This value is determined based on whether quadratic elements are enabled (see ).
NumberOfCores Defines how many CPU cores to be used in an operation (if supported by the operation).
NumberOfPMLs Gets the number of layers in the perfectly meshed layers region. This value is determined based on whether quadratic elements are enabled (see ).
ObjectId Gets the internal id of the object.
ObjectTags Gets an IEnumerable object of the tags that 'this' is a part of.
Parent Gets the parent object.
Properties Gets the list of properties for this object.
QuadraticElements Defines if the quadratic elements are used for the mesh generation.
SpeedOfSound Defines the speed of sound in the acoustic scenario.
VisibleProperties Gets the list of properties that are visible for this object.