![]() | Line Constructor (ViewBase, Point, Point, Double, LineLineAttributes) |
Creates a new line instance with two points and a bulge using the given attributes.
Namespace: Tekla.Structures.Drawing
Assembly: Tekla.Structures.Drawing (in Tekla.Structures.Drawing.dll) Version: 2023.0.1

public Line( ViewBase view, Point startPoint, Point endPoint, double bulge, LineLineAttributes attributes )
Parameters
- view
- Type: Tekla.Structures.DrawingViewBase
The view to be used. - startPoint
- Type: Tekla.Structures.Geometry3dPoint
The start point to be used. - endPoint
- Type: Tekla.Structures.Geometry3dPoint
The end point to be used. - bulge
- Type: SystemDouble
The bulge to be used. - attributes
- Type: Tekla.Structures.DrawingLineLineAttributes
The line attributes to be used.
