ElementAdapterType
Canonical path: NemAll_Python_IFW_ElementAdapter.ElementAdapterType
Implementation 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
Placeholder