Share

AcGePoint3d::AcGePoint3d

C++

GE_DLLEXPIMPORT AcGePoint3d(
    const AcGePlanarEnt& pln, 
    const AcGePoint2d& pnt2d
);

Description

Constructs 3D point by the formula

 p + uAxis * pnt2d.x + vAxis * pnt2d.y,

where 3D point p and 3D vectors uAxis and vAxis form the coordinate system in planar entity pln and can found by function call pln.get(p, uAxis, vAxis).

Parameters

Parameters Description
pln Input plane
pnt2d Input 2D point

Links

AcGePoint3d

Was this information helpful?