DimensionLineElement
Canonical path: NemAll_Python_BasisElements.DimensionLineElement
Bases: BasisElement
, AllplanElement
Representation of the dimension line in Allplan.
This class is also a base class for the elevation points.
GetDimensionPoints
GetDimensionPoints() -> Point3DList
GetDirectionVector
GetDirectionVector() -> Vector2D
GetPlacementVector
GetPlacementVector() -> Vector2D
__init__
overloaded
Initialize
__init__(
arg2: Point3DList,
dimensionPoints: Vector2D,
placementPoint: Vector2D,
directionVector: DimensionProperties,
)
Constructor
Parameters:
-
dimensionPoints
(Vector2D
) –Dimension points
-
placementVector
–Placement vector to the first dimension point
-
directionVector
(DimensionProperties
) –Direction vector
Placeholder