| Name | Description |
|---|---|
| Activate() | Activate the current object. |
| AddCommandSnippet() | Creates a new child CommandSnippet. |
| 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. |
| 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. |
| 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. |
| Name | Description |
|---|---|
| Comments | Gets the list of associated comments. |
| ContactStatus | Gets or sets the ContactStatus. |
| CoordinateSystem | Gets or sets the CoordinateSystem. |
| DataModelObjectCategory | Gets the name of the current DataModelObject's category. |
| DefineBy | Gets or sets the DefineBy. |
| Direction | Gets or sets the Direction. |
| DropDirection | Gets or sets the DropDirection. |
| DropHeight | Gets or sets the DropHeight. |
| DropTestDefineBy | Gets or sets the DropTestDefineBy. |
| ExplicitPreStressTime | Gets or sets the ExplicitPreStressTime. |
| Figures | Gets the list of associated figures. |
| Images | Gets the list of associated images. |
| ImpactVelocity | Gets or sets the ImpactVelocity. |
| InitialEnvironment | Gets or sets the InitialEnvironment. |
| InitialTemperature | Gets the InitialTemperature. |
| InitialTemperatureValue | Gets or sets the InitialTemperatureValue. |
| InputType | Gets or sets the InputType. |
| InternalObject | Gets the internal object. For advanced usage only. |
| Location | Gets or sets the Location. |
| ModalEnvironmentHarmonicIC ***OBSOLETE*** Use 'ModalICEnvironment' property instead. | Gets or sets the ModalEnvironmentHarmonicIC. |
| ModalEnvironmentPSDIC ***OBSOLETE*** Use 'ModalICEnvironment' property instead. | Gets or sets the ModalEnvironmentPSDIC. |
| ModalEnvironmentRSIC ***OBSOLETE*** Use 'ModalICEnvironment' property instead. | Gets or sets the ModalEnvironmentRSIC. |
| ModalEnvironmentTransientMSUPIC ***OBSOLETE*** Use 'ModalICEnvironment' property instead. | Gets or sets the ModalEnvironmentTransientMSUPIC. |
| ModalICEnvironment | Gets or sets the ModalICEnvironment. |
| Mode | Gets or sets the Mode. |
| Name | Gets the name of the object. |
| NewtonRaphsonOption | Gets the NewtonRaphsonOption. |
| 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. |
| PressureInitialization | Gets or sets the PressureInitialization. |
| PreStressDefineBy | Gets or sets the PreStressDefineBy. |
| PreStressEnvironmentHarmonicIC ***OBSOLETE*** Use 'PreStressICEnvironment' property instead. | Gets or sets the PreStressEnvironmentHarmonicIC. |
| PreStressEnvironmentHarmonicMSUPModal | Gets the PreStressEnvironmentHarmonicMSUPModal. |
| PreStressEnvironmentModalIC ***OBSOLETE*** Use 'PreStressICEnvironment' property instead. | Gets or sets the PreStressEnvironmentModalIC. |
| PreStressEnvironmentTransientIC ***OBSOLETE*** Use 'PreStressICEnvironment' property instead. | Gets or sets the PreStressEnvironmentTransientIC. |
| PreStressEnvironmentTransientMSUPModal | Gets the PreStressEnvironmentTransientMSUPModal. |
| PreStressICEnvironment | Gets or sets the PreStressICEnvironment. |
| PreStressLoadStep | Gets or sets the PreStressLoadStep. |
| PreStressTime | Gets or sets the PreStressTime. |
| Properties | Gets the list of properties for this object. |
| ReferenceTemperature | Gets or sets the ReferenceTemperature. |
| ReportedLoadStep | Gets the ReportedLoadStep. |
| ReportedSubStep | Gets the ReportedSubStep. |
| ReportedTime | Gets the ReportedTime. |
| Suppressed | Gets or sets the Suppressed. |
| Time | Gets or sets the Time. |
| TimeStepFactor | Gets or sets the TimeStepFactor. |
| TotalMagnitude | Gets or sets the Magnitude. |
| VisibleProperties | Gets the list of properties that are visible for this object. |
| XComponent | Gets or sets the XComponent. |
| YComponent | Gets or sets the YComponent. |
| ZComponent | Gets or sets the ZComponent. |