| Name | Description |
|---|---|
| CoordinateSystemById(Int32) | Returns a coordinate system object by its ID. |
| CreateLoadObject(String, String) | Creates a new load object. |
| CreateLoadObject(String, IExtension) | Creates a new load object. |
| CreatePostObject(String, String) | Creates a new post object. |
| CreatePostObject(String, IExtension) | Creates a new post object. |
| CreateResultObject(String, String) | Creates a new result object. |
| CreateResultObject(String, IExtension) | Creates a new result object. |
| CurrentConsistentUnitFromQuantityName(String) | Returns the current consistent unit from a quantity name. |
| GenerateMesh() | Generates the mesh of the analysis. |
| GetLoadObjects(String) | Gets all ACT load objects associated to the analysis. The name of the extension or its GUID attribute. |
| GetLoadObjects(IExtension) | Gets all ACT load objects associated to the analysis. |
| GetResultObjects(String) | Gets all ACT result objects associated to the analysis. The name of the extension or its GUID attribute. |
| GetResultObjects(IExtension) | Gets all ACT result objects associated to the analysis. |
| GetResultsData() | Returns the result reader associated to the analysis. |
| GetUserObjects(String) | Gets all ACT objects associated to the analysis. The name of the extension or its GUID attribute. |
| GetUserObjects(IExtension) | Gets all ACT objects associated to the analysis. |
| PropertyValue(String) | Returns the value of the property that matches the specified name. |
| PropertyValue(String, Object) | Assigns the given value to the property that matches the specified name. |
| Solve(Boolean) | Computes the analysis solution. |
| Solve(Boolean, String) | Computes the analysis solution. |
| WriteInputFile(String) | Writes the input file associated to the analysis. |
| Name | Description |
|---|---|
| AnalysisType | Gets the analysis type. |
| CoordinateSystems | Gets all coordinate systems. |
| GeoData | Gets access to the geometry data model associated to the analysis. |
| Id | Gets the ID for this analysis. |
| MeshData | Gets access to the mesh data model associated to the analysis. |
| Name | Gets the name of the analysis. |
| ObjectLocation | Gets the location of the object within his parent. |
| ObjectType | Gets the type of the object. |
| Parent | Gets the parent object. |
| PhysicsType | Gets the physics type. |
| PropertyNames | Gets the list of property names. |
| Solver | Gets the ACT solver object associated with this analysis if exists or null. |
| SolverName | Gets the solver name for this analysis. |
| StepsEndTime | Gets the list of steps end times defined. |
| SupportedLocations | Gets the locations supported by the object. |
| WorkingDir | Gets the working directory. |