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.
Methods:
-
GetDimensionPoints–Get the dimension points
-
GetDirectionVector–Get the direction vector
-
GetPlacementVector–Get the placement vector
-
__init__–Overloaded function. See individual overloads.
-
__repr__–Convert the list to a string
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