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 |