BuildingStructureService
Canonical path: NemAll_Python_ArchElements.BuildingStructureService
Implementation of the building structure service
Methods:
-
WriteDrawingFileSelectionState–Write the drawing file selection state to the file
-
__init__–Overloaded function. See individual overloads.
WriteDrawingFileSelectionState
WriteDrawingFileSelectionState(
selectedFileIDs: list[int] | VecIntList,
activeForegroundID: int,
storeyName: str,
storeyID: str,
)
Write the drawing file selection state to the file
Parameters:
-
selectedFileIDs(list[int] | VecIntList) –Selected file IDs
-
activeForegroundID(int) –ID of the active foreground drawing file
-
storeyName(str) –Name of the storey
-
storeyID(str) –ID of the storey
Placeholder