Share

Line3d Constructor

Overload List

Method Description
Line3d.Line3d ()Default constructor. Constructs an unbounded line that is coincident with the X axis.
Line3d.Line3d (Point3d, Point3d)Constructs an unbounded line that passes through point1 and point2. point1 and point2 must not be the same point.... more
Line3d.Line3d (Point3d, Vector3d)Constructs an unbounded line that passes through pnt and has a direction of vec. vec must not be a... more

Was this information helpful?