| Name | Description |
|---|---|
| Activate() | Activate the current object. |
| AddBeamTool() | Creates a new BeamTool |
| AddComment() | Creates a new child Comment. |
| AddContactTool() | Creates a new ContactTool |
| AddDirectionalAcceleration() | Creates a new DirectionalAcceleration |
| AddDirectionalAxialForce() | Creates a new DirectionalAxialForce |
| AddDirectionalBendingMoment() | Creates a new DirectionalBendingMoment |
| AddDirectionalDeformation() | Creates a new DirectionalDeformation |
| AddDirectionalShearForce() | Creates a new DirectionalShearForce |
| AddDirectionalTorsionalMoment() | Creates a new DirectionalTorsionalMoment |
| AddDirectionalVelocity() | Creates a new DirectionalVelocity |
| AddElasticStrainIntensity() | Creates a new ElasticStrainIntensity |
| AddEquivalentElasticStrain() | Creates a new EquivalentElasticStrain |
| AddEquivalentElasticStrainRST() | Creates a new EquivalentElasticStrainRST |
| AddEquivalentStress() | Creates a new EquivalentStress |
| AddEquivalentTotalStrain() | Creates a new EquivalentTotalStrain |
| AddFatigueTool() | Creates a new FatigueTool |
| 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. |
| AddLinearizedEquivalentStress() | Creates a new LinearizedEquivalentStress |
| AddLinearizedMaximumPrincipalStress() | Creates a new LinearizedMaximumPrincipalStress |
| AddLinearizedMaximumShearStress() | Creates a new LinearizedMaximumShearStress |
| AddLinearizedMiddlePrincipalStress() | Creates a new LinearizedMiddlePrincipalStress |
| AddLinearizedMinimumPrincipalStress() | Creates a new LinearizedMinimumPrincipalStress |
| AddLinearizedNormalStress() | Creates a new LinearizedNormalStress |
| AddLinearizedShearStress() | Creates a new LinearizedShearStress |
| AddLinearizedStressIntensity() | Creates a new LinearizedStressIntensity |
| AddMaximumPrincipalElasticStrain() | Creates a new MaximumPrincipalElasticStrain |
| AddMaximumPrincipalStress() | Creates a new MaximumPrincipalStress |
| AddMaximumShearElasticStrain() | Creates a new MaximumShearElasticStrain |
| AddMaximumShearStress() | Creates a new MaximumShearStress |
| AddMiddlePrincipalElasticStrain() | Creates a new MiddlePrincipalElasticStrain |
| AddMiddlePrincipalStress() | Creates a new MiddlePrincipalStress |
| AddMinimumPrincipalElasticStrain() | Creates a new MinimumPrincipalElasticStrain |
| AddMinimumPrincipalStress() | Creates a new MinimumPrincipalStress |
| AddNormalElasticStrain() | Creates a new NormalElasticStrain |
| AddNormalStress() | Creates a new NormalStress |
| AddShearElasticStrain() | Creates a new ShearElasticStrain |
| AddShearMomentDiagramMSUM() | Creates a new TotalShearMomentDiagram |
| AddShearMomentDiagramMY() | Creates a new DirectionalShearMomentDiagram |
| AddShearMomentDiagramMZ() | Creates a new DirectionalShearMomentDiagram |
| AddShearMomentDiagramUSUM() | Creates a new TotalShearMomentDiagram |
| AddShearMomentDiagramUY() | Creates a new DirectionalShearMomentDiagram |
| AddShearMomentDiagramUZ() | Creates a new DirectionalShearMomentDiagram |
| AddShearMomentDiagramVSUM() | Creates a new TotalShearMomentDiagram |
| AddShearMomentDiagramVY() | Creates a new DirectionalShearMomentDiagram |
| AddShearMomentDiagramVZ() | Creates a new DirectionalShearMomentDiagram |
| AddShearStress() | Creates a new ShearStress |
| AddStressIntensity() | Creates a new StressIntensity |
| AddStressTool() | Creates a new StressTool |
| AddTotalAcceleration() | Creates a new TotalAcceleration |
| AddTotalAxialForce() | Creates a new TotalAxialForce |
| AddTotalBendingMoment() | Creates a new TotalBendingMoment |
| AddTotalDeformation() | Creates a new TotalDeformation |
| AddTotalShearForce() | Creates a new TotalShearForce |
| AddTotalTorsionalMoment() | Creates a new TotalTorsionalMoment |
| AddTotalVelocity() | Creates a new TotalVelocity |
| AddUserDefinedResult() | Creates a new UserDefinedResult |
| AddVectorAxialForce() | Creates a new VectorAxialForce |
| AddVectorBendingMoment() | Creates a new VectorBendingMoment |
| AddVectorPrincipalElasticStrain() | Creates a new VectorPrincipalElasticStrain |
| AddVectorPrincipalStress() | Creates a new VectorPrincipalStress |
| AddVectorShearForce() | Creates a new VectorShearForce |
| AddVectorTorsionalMoment() | Creates a new VectorTorsionalMoment |
| ClearGeneratedData() | Run the ClearGeneratedData action. |
| 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. |
| EvaluateAllResults() | Run the EvaluateAllResults action. |
| 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. |
| DataModelObjectCategory | Gets the name of the current DataModelObject's category. |
| Definition | Get the SolutionCombinationDefinition object. This object contains all the Solution Combination data like Base Cases, Load Combinations and Coefficients. |
| Images | Gets the list of associated images. |
| InternalObject | Gets the internal object. For advanced usage only. |
| Name | Gets the name of the object. |
| 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. |
| VisibleProperties | Gets the list of properties that are visible for this object. |