检查虚函数 OdResult OdDbCurve::getOdGeCurve ( OdGeCurve3d*& pGeCurve, const OdGeTol& tol = OdGeContext::gTol ) const;
使用 pGeCurve->getSamplePoints(...) 获取采样点,然后删除 pGeCurve 对象。
检查虚函数 OdResult OdDbCurve::getOdGeCurve ( OdGeCurve3d*& pGeCurve, const OdGeTol& tol = OdGeContext::gTol ) const;
使用 pGeCurve->getSamplePoints(...) 获取采样点,然后删除 pGeCurve 对象。