ElementAdapterType
Canonical path: NemAll_Python_IFW_ElementAdapter.ElementAdapterType
Implementation of the element type
Methods:
-
GetDisplayName–Get the display name of the element
-
GetGuid–Get the GUID
-
GetModelType–Get the model type
-
GetTypeName–Get the type name of the element
-
GetZoomState–Get the zoom state of the element type
-
Is3DElement–Get the 3D element state
-
IsInfoFromParent–Get the element state for the element info
-
IsTypeGroup–Check for the type group
-
__eq__–Equal operator
-
__ne__–Not equal operator
Attributes:
-
DisplayName(str) –Get the display name of the element
-
Guid(GUID) –Get the GUID
-
IsVisible(bool) –Get the visible state of the element type
GetDisplayName
Get the display name of the element
Returns:
-
str–Display name
GetTypeName
Get the type name of the element
Returns:
-
str–Type name of the element
GetZoomState
Get the zoom state of the element type
Returns:
-
object–Zoom state
Is3DElement
Get the 3D element state
Returns:
-
bool–Element has 3D geometry: true/false
IsInfoFromParent
Get the element state for the element info
Returns:
-
bool–Use the element info from the parent element: true/false
IsTypeGroup
IsTypeGroup(typeGroup: ElementAdapterTypeGroup) -> bool
Check for the type group
Parameters:
-
typeGroup(ElementAdapterTypeGroup) –Type group to check
Returns:
-
bool–Element is in the type group: true/false