Name |
Description |
Activate()
|
Activate the current object.
|
AddComment()
|
Creates a new child Comment.
|
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.
|
CopyTo(DataModelObject)
|
Copies all visible properties from this object to another.
|
CreateParameter(String)
|
Creates a new parameter for a Property.
|
DeleteAllRestartPoints()
|
|
Duplicate()
|
Creates a copy of the current DataModelObject.
|
GetAutomaticTimeStepping(Int32)
|
Gets the Automatic Time Stepping at a given solution step.
|
GetCarryOverTimeStep(Int32)
|
Gets the Carry Over Time Step at a given solution step.
|
GetChildren(Boolean, IList<ChildrenType>)
|
|
GetInitialTimeStep(Int32)
|
Gets the Initial Time Step at a given solution step.
|
GetMaximumTimeStep(Int32)
|
Gets the Maximum Time Step at a given solution step.
|
GetMinimumTimeStep(Int32)
|
Gets the Minimum Time Step at a given solution step.
|
GetParameter(String)
|
Gets the parameter corresponding to the given property.
|
GetPath()
|
Gets the path of the object.
|
GetStepEndTime(Int32)
|
Gets the Step End Time at a given solution step.
|
GetStoreResultAt(Int32)
|
Gets the StoreResultAt setting at a given solution step.
|
GetStoreResultAtValue(Int32)
|
Gets the StoreResultAtValue setting at a given solution step.
|
GetTimeStep(Int32)
|
Gets the (fixed) Time Step at a given solution step.
|
GroupAllSimilarChildren()
|
Run the GroupAllSimilarChildren action.
|
GroupSimilarObjects()
|
Run the GroupSimilarObjects action.
|
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.
|
SetAutomaticTimeStepping(Int32, AutomaticTimeStepping)
|
Sets the Automatic Time Stepping for a given solution step.
|
SetCarryOverTimeStep(Int32, Boolean)
|
Sets the Carry Over Time Step for a given solution step.
|
SetInitialTimeStep(Int32, Quantity)
|
Sets the Initial Time Step for a given solution step.
|
SetMaximumTimeStep(Int32, Quantity)
|
Sets the Maximum Time Step for a given solution step.
|
SetMinimumTimeStep(Int32, Quantity)
|
Sets the Minimum Time Step for a given solution step.
|
SetStepEndTime(Int32, Quantity)
|
Sets the Step End Time for a given solution step.
|
SetStoreResultAt(Int32, TimePointsOptions)
|
Sets the StoreResultAt setting for a given solution step.
|
SetStoreResultAtValue(Int32, Int32)
|
Sets the StoreResultAtValue setting for a given solution step.
|
SetTimeStep(Int32, Quantity)
|
Sets the (fixed) Time Step for a given solution step.
|