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.
|