Share

AcAxPoint3d::AcAxPoint3d

C++

AcAxPoint3d(
    const AcGeVector3d& pt
);

Description

Constructs a 3D point with coordinates from pt.

Parameters

Parameters Description
pt Input AcGeVector3d containing x,y,z coordinates

Links

AcAxPoint3d

Was this information helpful?