Position3d Constructor

Overload List

Method Description
Position3d.Position3d () Default constructor. Constructs a 3D position object with coordinates of (0,0,0).
Position3d.Position3d (double, double, double) Constructs a 3D position object that has the specified coordinates.
Position3d.Position3d (Point3d) Constructs a 3D position object with the same coordinates as the input point.