Share

AcAxPoint3d Constructor

Overload List

Method Description
AcAxPoint3d::AcAxPoint3d () Default constructor. Creates a 3D point at the origin.
AcAxPoint3d::AcAxPoint3d (AcGePoint3d&) Constructs a 3D point with coordinates from pt.
AcAxPoint3d::AcAxPoint3d (AcGeVector3d&) Constructs a 3D point with coordinates from pt.
AcAxPoint3d::AcAxPoint3d (double, double, double) Constructs 3D point with coordinates x, y, and z.
AcAxPoint3d::AcAxPoint3d (SAFEARRAY*) Constructs a 3D point with coordinates from safeArrayPt. The SAFEARRAY is one dimensional and composed of three doubles
AcAxPoint3d::AcAxPoint3d (VARIANT&) Constructs a 3D point with coordinates from var. The VARIANT should contain a SAFEARRAY of three doubles.
AcAxPoint3d::AcAxPoint3d (VARIANT*) Constructs a 3D point with coordinates from var. The VARIANT should contain a SAFEARRAY of three doubles.

Was this information helpful?