DiscussionsIssue archiveDraw Harness and Samples

Archived discussion

Need of C/C++ simple example for OpenCascade Programming

Draw Harness and SamplesSat, 06/20/2020 - 07:251 reply

Browse this forum
QuestionAuthor

Hello

I am using FreeCAD source file to learn about FreeCAD. There In the AppPartpy.cpp File i saw a function name Makebox(). In that function,
BRepPrimAPI_MakeBox mkBox(gp_Ax2(p,d), length, width, height);
TopoDS_Shape ResultShape = mkBox.Shape();

Do anyone have full example with all the header files and libraries needed so that atleast I can start programming in Opencascade like MAKE A BOX type. I am using windows to compile files.

Thanks for your kind help
Shawon Hoque

Discussion

1 archived reply

Posts are displayed in their archived order.

01Commenter-1

At github there is Jellycad. This is a nice place to start !