GE_DLLEXPIMPORT AcGeLine3d( const AcGePoint3d& pnt, const AcGeVector3d& vec );
|
Parameters |
Description |
|
pnt |
Input any 3D point |
|
vec |
Input any 3D vector |
Constructs an unbounded line that passes through pnt and has a direction of vec. vec must not be a zero-length vector.