
Fri, 09/13/2013 - 15:33
Forums:
Dear All,
I want to use OCC libraries and write C++ code to open and read a .step file. For doing that I dont need to all of the libraries and WOK. My query is that: Is there a seperated OCC library for .step file? I tried to take only STEPControl_Reader.xx and related headers&sources into my workspace but I couldnt able to compile. Could anybody help me on this?
Thanks in advance and any comments are appreciated.
Best Regards
Fri, 09/13/2013 - 20:17
Hello,
I think you will need libraries :
TKSTEP209
TKSTEPAttr
TKSTEPBase
TKSTep
Using a dependency tool (ldd on GNU/Linux) you will also need :
TKXSBase
TKernel
TKBRep
TKMath
TKG2d
TKG3d
TKSHealing
TKTopAlgo
TKGeomBase
If you are using Windows then run Dependency Walker on TKSTEP library.