Share

AcAxPoint3d::AcAxPoint3d

C++

AcAxPoint3d(
    double x, 
    double y, 
    double z
);

Description

Constructs 3D point with coordinates x, y, and z.

Parameters

Parameters Description
x Input x coordinate
y Input y coordinate
z Input z coordinate

Links

AcAxPoint3d

Was this information helpful?