SysMLInheritedElement#

class ansys.sam.sysml2.classes.sysml_inherited_element.SysMLInheritedElement(owner, element)#

Bases: ansys.sam.sysml2.meta_model.e_object.EObject

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

Overview#

id

Get the id of the element.

owner

__dir__

Get the attribute list from the real element.

__getattr__

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.