DiscussionsIssue archiveModeling Data and Algorithms

Archived discussion

MakeThickSolid

Modeling Data and AlgorithmsFri, 05/24/2024 - 12:053 replies

Browse this forum
QuestionAuthor

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?

Discussion

3 archived replies

Posts are displayed in their archived order.

01Commenter-1

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

Best regards, Commenter-1.

02Author

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)

03Author

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