SysMLInheritedElement#
- class ansys.sam.sysml2.classes.sysml_inherited_element.SysMLInheritedElement(owner, element)#
Bases:
ansys.sam.sysml2.meta_model.e_object.EObjectA proxy class for the element that is not created yet.
Overview#
Get the attribute list from the real element. |
|
Get the attribute from the real element. |
Import detail#
from ansys.sam.sysml2.classes.sysml_inherited_element import SysMLInheritedElement
Attribute detail#
- SysMLInheritedElement.id#
Get the id of the element.
- SysMLInheritedElement.owner#
Method detail#
- SysMLInheritedElement.__dir__()#
Get the attribute list from the real element.
- SysMLInheritedElement.__getattr__(name)#
Get the attribute from the real element.