IDataModelObject#
- class ansys.mechanical.stubs.v242.Ansys.Mechanical.DataModel.Interfaces.IDataModelObject#
 Bases:
object
Overview#
Gets the path of the object.  | 
Gets the name of the current DataModelObject's category.  | 
|
Gets the name of the object.  | 
|
Gets the internal id of the object.  | 
|
Gets an IEnumerable object of the tags that 'this' is a part of.  | 
|
Gets the parent object.  | 
Property detail#
- property IDataModelObject.DataModelObjectCategory: Ansys.Mechanical.DataModel.Enums.DataModelObjectCategory | None#
 Gets the name of the current DataModelObject's category.
- property IDataModelObject.ObjectTags: Iterable[Ansys.Mechanical.DataModel.Interfaces.IObjectTag] | None#
 Gets an IEnumerable object of the tags that 'this' is a part of.
- property IDataModelObject.Parent: Ansys.Mechanical.DataModel.Interfaces.IDataModelObject | None#
 Gets the parent object.