InheritedElement#

class ansys.sam.sysml2.classes.inherited_element.InheritedElement(owner, element)#

Bases: ansys.sam.sysml2.classes.sysml_element.SysMLElement

A proxy class for the element that is not created yet.

Overview#

__dir__

Get the attribute list from the real element.

__getattr__

Get the attribute from the real element.

Import detail#

from ansys.sam.sysml2.classes.inherited_element import InheritedElement

Method detail#

InheritedElement.__dir__()#

Get the attribute list from the real element.

InheritedElement.__getattr__(name)#

Get the attribute from the real element.