Skip to content

BuildingStructureNodes

Canonical path: NemAll_Python_ArchElements.BuildingStructureNodes

This is the base class of all NBS nodes collections

Don't create an instance of this class. Take it from parent node.

Methods:

Count

Count() -> int

Item

Item(index: int) -> BuildingStructureNode

Args: index:

__init__ overloaded

__init__(parent: BuildingStructureNode)

This is the base class of all NBS nodes collections

Don't create an instance of this class. Take it from parent node.

Parameters:

__init__(root: BuildingStructure)

Args: root:

getParent

getParent() -> BuildingStructureNode

getRoot

getRoot() -> BuildingStructure
Placeholder