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. |
Delete() | Run the Delete action. |
Duplicate() | Creates a copy of the current DataModelObject. |
GetActivateAtLoadStep(UInt32) | Gets whether the fluid penetration pressure is active at the specified load step. |
GetChildren(Boolean, IList<ChildrenType>) | |
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. |
PromoteToNamedSelection() | Run the PromoteToNamedSelection 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. |
SetActivateAtLoadStep(UInt32, Boolean) | Sets whether the fluid penetration pressure is active at the specified load step. |
Name | Description |
---|---|
Comments | Gets the list of associated comments. |
ContactRegionSelection | Gets or sets contact region. |
DataModelObjectCategory | Gets the name of the current DataModelObject's category. |
Figures | Gets the list of associated figures. |
GraphControlsXAxis | Gets or sets the GraphControlsXAxis. |
GraphDisplaySelection | Gets or sets the GraphDisplaySelection which determines which variable to display in graph, Pressure or Criterion. |
Images | Gets the list of associated images. |
IndependentVariable | Gets or set the IndependentVariable. |
InternalObject | Gets the internal object. For advanced usage only. |
Magnitude | Gets the Magnitude. |
Name | Gets the name of the object. |
NumberOfSegments | Gets or sets the NumberofSegments. |
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. |
PenetrationCriterion | Gets the PenetrationCriterion. |
PenetrationCriterionDefinedBy | Gets or sets the PenetrationCriterionDefinedBy which determines whether user define the criterion. |
PenetrationPathType | Gets or sets the PenetrationPathType which determines whether path is history dependent or history independent. |
Properties | Gets the list of properties for this object. |
ReadOnly | Gets or sets the ReadOnly. |
SharedRefBody | Gets or sets the SharedRefBody. |
StartPointLocation | Gets or sets the Start Point Location. |
StartPointScopingType | Gets or set the StartPointScopingType which determines scoping method for stating point. |
Suppressed | Gets or sets the Suppressed. |
UpdatePressureType | Gets or sets the UpdatePressureType which determines when to update fluid pressure, each iteration or each substep. |
VisibleProperties | Gets the list of properties that are visible for this object. |
XYZFunctionCoordinateSystem | Gets or sets the XYZFunctionCoordinateSystem. |