C++
GE_DLLEXPIMPORT AcGeLine3d( const AcGePoint3d& pnt, const AcGeVector3d& 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 3D point |
| vec | Input any 3D vector |