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