Share

AcGeLine3d Constructor

Overload List

Method Description
AcGeLine3d::AcGeLine3d () Default constructor. Constructs an unbounded line that is coincident with the X axis.
AcGeLine3d::AcGeLine3d (AcGeLine3d&) Constructs an unbounded 3D line that is a copy of the input line.
AcGeLine3d::AcGeLine3d (AcGePoint3d&, AcGePoint3d&) Constructs an unbounded line that passes through pnt1 and pnt2. pnt1 and pnt2 must not be the same point.
AcGeLine3d::AcGeLine3d (AcGePoint3d&, AcGeVector3d&) Constructs an unbounded line that passes through pnt and has a direction of vec. vec must not be a zero-length vector.

Was this information helpful?