MakeThickSolid

I want to use class BRepOffsetAPI_MakeThickSolid
After running my program I get the error:

Procedure entry point
?ConvertWire@BRepAlgo@@SA?AVTopoDS_Wire@@AEBV2@NAEBVTopoDS_Face@@@Z
Not found in TKOffset.dll

Which library should I include to resolve the link?

Dmitrii Pasukhin's picture

You need to link TKBO, TKOffset. Please check that you link them manually.

Best regards, Dmitrii.

Alex Gorbatovsky's picture

Thank you, Dmitrii.

Added the lib, and got the old error.

TKBO.lib;TKOffset.lib;TKMesh.lib;TKVCAF.lib;TKVrml.lib;TKStl.lib;TKBRep.lib;TKIGES.lib;TKShHealing.lib;TKSTEP.lib;TKSTEP209.lib;TKSTEPAttr.lib;TKSTEPBase.lib;TKXSBase.lib;TKBool.lib;TKCAF.lib;TKCDF.lib;TKernel.lib;TKFeat.lib;TKFillet.lib;TKG2d.lib;TKG3d.lib;TKGeomAlgo.lib;TKGeomBase.lib;TKHLR.lib;TKMath.lib;TKPrim.lib;TKService.lib;TKTopAlgo.lib;TKV3d.lib;TKOpenGl.lib;TKBO.lib;OpenCL.lib;freetype.lib;%(AdditionalDependencies)

Alex Gorbatovsky's picture

I do not find it.
Which lib realized class BRepOffsetAPI_MakeThickSolid?