AcGeLine3d::AcGeLine3d

C++
GE_DLLEXPIMPORT AcGeLine3d(
    const AcGePoint3d& pnt, 
    const AcGeVector3d& vec
);
Parameters
Parameters 
Description 
pnt 
Input any 3D point 
vec 
Input any 3D vector 
Description

Constructs an unbounded line that passes through pnt and has a direction of vec. vec must not be a zero-length vector. 

 

Links