virtual OdResult getOdGeCurve(OdGeCurve3d*& pGeCurve, const OdGeTol& tol = OdGeContext::gTol) const;
Description
Returns an OdGeCurve3d that is geometrically identical to this OdDbCurve.
Parameters
Parameters
Description
pGeCurve
[out] Receives a pointer to an OdGeCurve3d object that is geometrically identical to this OdDbCurve. The caller of this function is responsible for deleting this OdGeCurve3d object.