C++
AcDbLine( const AcGePoint3d& start, const AcGePoint3d& end );
Description
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.
Parameters
| Parameters | Description |
|---|---|
| start | Input line start point (WCS coordinates) |
| end | Input line end point (WCS coordinates) |