EObject#
Overview#
Find an owned element by its name. |
|
Return the value of the feature. |
|
Delete the element from the model via the observer’s commit to the server. |
|
Parse the value and create the valuation part in the Feature. |
|
Update the Feature value. |
Get the id of the element. |
|
Get the identifier of the element. |
Import detail#
from ansys.sam.sysml2.meta_model.e_object import EObject
Property detail#
- property EObject.id#
Get the id of the element.
- property EObject.identifier#
Get the identifier of the element.
Method detail#
- EObject.get(element_name: str) Element#
Find an owned element by its name.
- Parameters:
- element_name
str Element name
- element_name
- Returns:
ElementThe Element or None if not found
- EObject.get_value()#
Return the value of the feature.
- EObject.delete()#
Delete the element from the model via the observer’s commit to the server.