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#
Read the value from the wrapped feature (the proxy itself is not a Feature). |
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.get_value()#
Read the value from the wrapped feature (the proxy itself is not a Feature).
- SysMLInheritedElement.__getattr__(name)#
Get the attribute from the real element.