几何尺寸与公差论坛------致力于产品几何量公差标准GD&T (GDT:ASME)|New GPS(ISO)研究/CAD设计/CAM加工/CMM测量

几何尺寸与公差论坛------致力于产品几何量公差标准GD&T (GDT:ASME)|New GPS(ISO)研究/CAD设计/CAM加工/CMM测量 (http://www.dimcax.com/hust/index.php)
-   DirectDWG (http://www.dimcax.com/hust/forumdisplay.php?f=89)
-   -   【转帖】odgecurve3displanar (http://www.dimcax.com/hust/showthread.php?t=17666)

yang686526 2009-05-06 08:33 PM

【转帖】odgecurve3displanar
 
odgecurve3d::isplanar
odgecurve3d::isplanar
i try to use odgecurve3d::isplanar function using this code :
odgecurve3d curve;
odgeplane plane;
bool isplanar;
isplanar=curve.isplanar(plane);
but i obtain only an undefined error message at link time :
error lnk2001: unresolved external symbol "public: bool __thiscall odgecurve3d::isplanar(class odgeplane &,class odgetol const &)const " (?isplanar@odgecurve3d@@qbe_naavodgeplane@@abvodge tol@@@z
i have used both static and dinamic libraries but the function
seems not exist.
there is others libraries not included in the dwgdirect toolkit or
i miss some #define or include file ?
i use microsoft visual c++ 6.0 on windows 2000/xp .
thank you for the answer.
some of the not-implemented methods in the odge library have only declarations, but not definitions.
most probably this is one of them...
regards
chudomir
odgecurve3d class can't be instantiated. you can instantiate only its inheritors like odgeline3d, odgecircarc3d etc.
sergey slezkin


所有的时间均为北京时间。 现在的时间是 08:33 PM.