C++
GE_DLLEXPIMPORT AcGeLine2d( const AcGePoint2d& pnt, const AcGeVector2d& vec );
Description
Constructs an unbounded line that passes through pnt and has a direction of vec. vec must not be a zero-length vector.
Parameters
| Parameters | Description |
|---|---|
| pnt | Input any 2D point |
| vec | Input any 2D vector |