Share

AcDbLine Constructor

Overload List

Method Description
AcDbLine::AcDbLine () Default constructor. Initializes the normal vector to (0,0,1), the start and end points to (0,0,0), and the thickness to 0.0. All coordinates are WCS.
AcDbLine::AcDbLine (AcGePoint3d&, AcGePoint3d&) This constructor initializes the line object to use start as the start point, and end as the endpoint. Both points must be in WCS coordinates.

Was this information helpful?