FlushPierElement
Canonical path: NemAll_Python_ArchElements.FlushPierElement
Bases: ArchElement
, AllplanElement
Implementation of the FlushPier element
GetProperties
GetProperties() -> FlushPierProperties
SetProperties
SetProperties(FlushPierProp: FlushPierProperties)
__init__
overloaded
Initialize
__init__(
flushPierProp: FlushPierProperties,
generalEle: BaseElementAdapter,
startPnt: Point2D,
endPnt: Point2D,
drawPlacementPreview: bool,
)
Constructor
Parameters:
-
flushPierProp
(FlushPierProperties
) –FlushPier properties
-
generalEle
(BaseElementAdapter
) –General element which includes the FlushPier
-
startPnt
(Point2D
) –Start point of the FlushPier
-
endPnt
(Point2D
) –End point of the FlushPier
-
drawPlacementPreview
(bool
) –Draw a placement preview (no general element adaption) state
__init__(element: FlushPierElement)
Placeholder