WindowOpeningElement
Canonical path: NemAll_Python_ArchElements.WindowOpeningElement
Bases: ArchElement, AllplanElement
Representation of window opening
Methods:
Attributes:
-
Properties(WindowOpeningProperties) –Window opening properties
__init__
overloaded
Initialize
__init__(
openingProp: WindowOpeningProperties,
generalEle: BaseElementAdapter,
startPnt: Point2D,
endPnt: Point2D,
drawPlacementPreview: bool,
)
Constructor
Parameters:
-
openingProp(WindowOpeningProperties) –Opening properties
-
generalEle(BaseElementAdapter) –General element which includes the opening
-
startPnt(Point2D) –Start point of the opening
-
endPnt(Point2D) –End point
-
drawPlacementPreview(bool) –Draw as placement preview (no wall adaptions) state
__init__(element: WindowOpeningElement)
Placeholder