Line(Point3d, Point3d) Constructor

Constructor for the Line class. Creates a line segment defined by its start and end points.

Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version: 24.2.0.0
Syntax
public Line(
        Point3d stPoint,
        Point3d endPoint
)

Parameters

stPoint  Point3d
[in] Start WCS point.
endPoint  Point3d
[in] End WCS point.
See Also

©  Bricsys NV. All rights reserved.