odgesurfsurfint
odgesurfsurfint
in the following example i try to define the intersection between two surfaces:
odgeplane pla(odgepoint3d(0.,0.,0),odgevector3d(0.,0.,1.));
odgecylinder cyl(10.,odgepoint3d(0.,0.,0),odgevector3d(0.,0.,1. ));
odgesurfsurfint ssi(pla,cyl);
the linker returns this error:
error lnk2019: external symbol reference "public: __thiscall odgesurfsurfint:

dgesurfsurfint(class odgesurface const &,class odgesurface const &,class odgetol const &)" (??0odgesurfsurfint@@qae@abvodgesurface@@0abvodget ol@@@z) not resolved.
i work with dwgdirect libraries for msvc8 version 2.61 and the project links c:\dwg\lib\vc8mdd\dd_ge_dll.lib
thanks for your help.
best regards
adobati clemente
last edited by
nino@sainfor.it; 26th november 2008 at 08:29 amfff">.
odgesurfsurfint class and related functionality is not implemented yet.
sergey slezkin