Share

AcDbPoint Constructor

Overload List

Method Description
AcDbPoint::AcDbPoint () Default constructor. Initializes the position to (0,0,0), the normal to (0,0,1), the OCS rotation to 0, and the thickness to 0. The position and normal vector are in WCS coordinates.
AcDbPoint::AcDbPoint (AcGePoint3d&) Constructs a point that uses position for its position value. The normal is initialized to (0,0,1) (in WCS coordinates), the OCS rotation to 0, and the thickness to 0.

Was this information helpful?