IMechanicalDataModel#
- class ansys.mechanical.stubs.v261.Ansys.ACT.Interfaces.Mechanical.IMechanicalDataModel#
Bases:
objectDefines the data model of the Mechanical application.
Overview#
AnalysisById method. |
|
AnalysisByName method. |
|
CurrentConsistentUnitFromQuantityName method. |
|
Returns the current unit from a quantity name. |
|
GetObjectById method. |
|
GetObjectsByName method. |
|
GetObjectsByType method. |
|
Gets the user object based on the application id. |
|
GetUserObjects method. |
|
MeshDataByName method. |
AnalysisList property. |
|
AnalysisNames property. |
|
GeoData property. |
|
MeshDataNames property. |
|
ObjectLocation property. |
|
Gets the ObjectTags object for the Data Model, which represents the current list of tags visable in the User Interface. |
|
ObjectType property. |
|
Parent property. |
|
Gets the project object. Main object of the tree of Mechanical. |
|
SupportedLocations property. |
|
Gets the tree of Mechanical. |
Property detail#
- property IMechanicalDataModel.AnalysisList: List[Ansys.ACT.Interfaces.Analysis.IAnalysis] | None#
AnalysisList property.
- property IMechanicalDataModel.GeoData: Ansys.ACT.Interfaces.Geometry.IGeoData | None#
GeoData property.
- property IMechanicalDataModel.ObjectLocation: Ansys.ACT.Interfaces.UserObject.ObjectLocationEnum | None#
ObjectLocation property.
- property IMechanicalDataModel.ObjectTags: Ansys.Mechanical.Application.ObjectTags | None#
Gets the ObjectTags object for the Data Model, which represents the current list of tags visable in the User Interface.
- property IMechanicalDataModel.ObjectType: Ansys.ACT.Interfaces.UserObject.ObjectTypeEnum | None#
ObjectType property.
- property IMechanicalDataModel.Parent: Ansys.ACT.Interfaces.DataModel.IDataModelObject | None#
Parent property.
- property IMechanicalDataModel.Project: Ansys.ACT.Automation.Mechanical.Project | None#
Gets the project object. Main object of the tree of Mechanical.
- property IMechanicalDataModel.SupportedLocations: Ansys.ACT.Interfaces.UserObject.ObjectLocationEnum | None#
SupportedLocations property.
- property IMechanicalDataModel.Tree: Ansys.ACT.Automation.Mechanical.Tree | None#
Gets the tree of Mechanical.
Method detail#
- IMechanicalDataModel.AnalysisById(id: int) Ansys.ACT.Interfaces.Analysis.IAnalysis#
AnalysisById method.
- IMechanicalDataModel.AnalysisByName(name: str) Ansys.ACT.Interfaces.Analysis.IAnalysis#
AnalysisByName method.
- IMechanicalDataModel.CurrentConsistentUnitFromQuantityName(quantityName: str) str#
CurrentConsistentUnitFromQuantityName method.
- IMechanicalDataModel.CurrentUnitFromQuantityName(quantityName: str) str#
Returns the current unit from a quantity name.
- IMechanicalDataModel.GetObjectById(id: int) Ansys.Mechanical.DataModel.Interfaces.IDataModelObject#
GetObjectById method.
- IMechanicalDataModel.GetObjectsByName(name: str) List[Ansys.Mechanical.DataModel.Interfaces.IDataModelObject]#
GetObjectsByName method.
- IMechanicalDataModel.GetObjectsByType(type: IMechanicalDataModel.GetObjectsByType.type) List[Ansys.Mechanical.DataModel.Interfaces.IDataModelObject]#
GetObjectsByType method.
- IMechanicalDataModel.GetUserObjectById(id: int) Ansys.ACT.Interfaces.UserObject.IUserObject#
Gets the user object based on the application id.