FlushPierElement
Canonical path: NemAll_Python_ArchElements.FlushPierElement
Bases: ArchElement, AllplanElement
Implementation of the FlushPier element
Methods:
-
GetProperties–Get the FlushPier properties
-
SetProperties–Set the FlushPier properties
-
__init__–Overloaded function. See individual overloads.
-
__repr__–Convert to string
Attributes:
-
Properties(FlushPierProperties) –Get the FlushPier properties
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