Skip to content

BuildingStructureNode

Canonical path: NemAll_Python_ArchElements.BuildingStructureNode

This is the base class of all NBS nodes

Methods:

IsBuildingNode

IsBuildingNode() -> bool

IsConstructionNode

IsConstructionNode() -> bool

IsInfrastructureNode

IsInfrastructureNode() -> bool

IsPartNode

IsPartNode() -> bool

IsSiteNode

IsSiteNode() -> bool

IsStoreyNode

IsStoreyNode() -> bool

IsStoreyPartNode

IsStoreyPartNode() -> bool

IsUserDefinedNode

IsUserDefinedNode() -> bool

What type is this node?

getFiles

getFiles() -> BuildingStructureFiles

getID

getID() -> str

getName

getName() -> str

getNodes

getNodes() -> BuildingStructureNodes

getParent

getParent() -> BuildingStructureNode

This is the base class of all NBS nodes

getRoot

getRoot() -> BuildingStructure

getType

getType() -> NodeType
Placeholder