Share

AcGePosition3d Constructor

Overload List

Method Description
AcGePosition3d::AcGePosition3d () Default constructor. Constructs a 3D position object with coordinates of (0,0,0).
AcGePosition3d::AcGePosition3d (AcGePoint3d&) Constructs a 3D position object with the same coordinates as the input point.
AcGePosition3d::AcGePosition3d (AcGePosition3d&) Constructs a 3D position object that is a copy of the input position object.
AcGePosition3d::AcGePosition3d (double, double, double) Constructs a 3D position object that has the specified coordinates.

Was this information helpful?