Skip to content

BuildingStructureService

Canonical path: NemAll_Python_ArchElements.BuildingStructureService

Implementation of the building structure service

Methods:

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

__init__ overloaded

__init__()

Initialize

__init__(element: BuildingStructureService)

Copy constructor

Parameters:

Placeholder