| Name | Description |
|---|---|
| Activate() | Activate the current object. |
| AddComment() | Creates a new child Comment. |
| AddContactTool() | Creates a new ContactTool |
| AddDirectionalDeformation() | Creates a new DirectionalDeformation |
| AddElasticStrainIntensity() | Creates a new ElasticStrainIntensity |
| AddEquivalentElasticStrain() | Creates a new EquivalentElasticStrain |
| AddEquivalentStress() | Creates a new EquivalentStress |
| AddEquivalentTotalStrain() | Creates a new EquivalentTotalStrain |
| AddFatigueTool() | Creates a new FatigueTool |
| 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 |
| AddShearStress() | Creates a new ShearStress |
| AddStressIntensity() | Creates a new StressIntensity |
| AddStressTool() | Creates a new StressTool |
| AddTotalDeformation() | Creates a new TotalDeformation |
| AddVectorPrincipalElasticStrain() | Creates a new VectorPrincipalElasticStrain |
| AddVectorPrincipalStress() | Creates a new VectorPrincipalStress |
| 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. |
| 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 current DataModelObject's category. |
| Definition | Get the SolutionCombinationDefinition object. This object contains all the Solution Combination data like Base Cases, Load Combinations and Coefficients. |
| InternalObject | Gets the internal object. For advanced usage only. |
| 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. |
| Path | Gets the path of the object. |
| Properties | Gets the list of properties for this object. |
| VisibleProperties | Gets the list of properties that are visible for this object. |
| WorksheetType | Gets or sets the WorksheetType. |