Share

AcGePoint3d::AcGePoint3d

C++

GE_DLLEXPIMPORT AcGePoint3d(
    double x, 
    double y, 
    double z
);

Description

Constructor. Constructs 3D point with coordinates xx, yy, and zz correspondingly.

Parameters

Parameters Description
xx Input X coordinate
yy Input Y coordinate
zz Input Z coordinate

Links

AcGePoint3d

Was this information helpful?