StraightDimension Constructor (ViewBase, Point, Point, Vector, Double) |
Initializes a new instance of the StraightDimension class using "standard" attributes.
Namespace: Tekla.Structures.Drawing
Assembly: Tekla.Structures.Drawing (in Tekla.Structures.Drawing.dll) Version: 2025.0.0-alpha00045580+dc02c3918546f1e94eb2d3b13ea99057fb3313e0
public StraightDimension( ViewBase targetView, Point startPoint, Point endPoint, Vector upDirection, double distance )
Parameters
- targetView
- Type: Tekla.Structures.DrawingViewBase
The target view of the dimension. - startPoint
- Type: Tekla.Structures.Geometry3dPoint
The start point of the dimension. - endPoint
- Type: Tekla.Structures.Geometry3dPoint
The end point of the dimension. - upDirection
- Type: Tekla.Structures.Geometry3dVector
The up direction. - distance
- Type: SystemDouble
The height of the dimension.