ColumnElement
Canonical path: NemAll_Python_ArchElements.ColumnElement
Bases: ArchElement, AllplanElement
Representation of the architectural column
Methods:
-
GetPlacementPoint–Get the placement point
-
GetProperties–Get the Column properties
-
SetCommonProperties–Set the common properties
-
SetPlacementPoint–Set the placement point
-
SetProperties–Set the Column properties
-
__init__–Overloaded function. See individual overloads.
-
__repr__–Convert to string
Attributes:
-
PlacementPoint(Point2D) –Get the placement point
-
Properties(ColumnProperties) –Get the Column properties
GetPlacementPoint
GetPlacementPoint() -> Point2D
GetProperties
GetProperties() -> ColumnProperties
SetCommonProperties
SetCommonProperties(commonProp: CommonProperties)
SetPlacementPoint
SetPlacementPoint(placementPoint: Point2D)
SetProperties
SetProperties(ColumnProp: ColumnProperties)
__init__
overloaded
Initialize
__init__(columnProp: ColumnProperties, placementPoint: object)
Constructor
Parameters:
-
columnProp(ColumnProperties) –Column properties
-
placementPoint(object) –Placement point
__init__(element: ColumnElement)
Placeholder