IMechanicalDataModel#
- class ansys.mechanical.stubs.v252.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. |
|
get_AnalysisList method. |
|
get_AnalysisNames method. |
|
get_GeoData method. |
|
get_MeshDataNames method. |
|
get_ObjectLocation method. |
|
get_ObjectType method. |
|
get_Parent method. |
|
get_SupportedLocations 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.
- IMechanicalDataModel.GetUserObjects(extNameOrGUID: str) Iterable[Ansys.ACT.Interfaces.UserObject.IUserObject]#
GetUserObjects method.
- IMechanicalDataModel.MeshDataByName(name: str) Ansys.ACT.Interfaces.Mesh.IMeshData#
MeshDataByName method.
- IMechanicalDataModel.get_AnalysisList() List[Ansys.ACT.Interfaces.Analysis.IAnalysis]#
get_AnalysisList method.
- IMechanicalDataModel.get_GeoData() Ansys.ACT.Interfaces.Geometry.IGeoData#
get_GeoData method.
- IMechanicalDataModel.get_ObjectLocation() Ansys.ACT.Interfaces.UserObject.ObjectLocationEnum#
get_ObjectLocation method.
- IMechanicalDataModel.get_ObjectType() Ansys.ACT.Interfaces.UserObject.ObjectTypeEnum#
get_ObjectType method.
- IMechanicalDataModel.get_Parent() Ansys.ACT.Interfaces.DataModel.IDataModelObject#
get_Parent method.
- IMechanicalDataModel.get_SupportedLocations() Ansys.ACT.Interfaces.UserObject.ObjectLocationEnum#
get_SupportedLocations method.