ModificationElementList
implementation of the list with the data of the modification elements
ModificationElementList
Canonical path: TypeCollections.ModificationElementList.ModificationElementList
Bases: list[str | BaseElementAdapter]
implementation of the list with the data of the modification elements
__init__
__init__(elements: list[str | BaseElementAdapter] | None = None)
initialize
Parameters:
-
elements
(list[str | BaseElementAdapter] | None
, default:None
) –elements to modify
get_base_element_adapter
get_base_element_adapter(doc: DocumentAdapter) -> BaseElementAdapter
get the BaseElementAdapter for the index
Parameters:
-
doc
(DocumentAdapter
) –document of the Allplan drawing files
Returns:
-
BaseElementAdapter
–BaseElementAdapter
Placeholder