Chapter 2.1 is out!

In the latest chapter of the OccTutorials series, we are advancing to a bit more interesting area of OpenCASCADE. We make our first encounter with the Geom_Geometry class, more precisely Geom_Curves and Geom_BezierCurves. I will show how to create Bezier curves, rotate them, scale them, and compute their length using OpenCASCADE’s built-in numerical quadrature routines.

The curves are written into a STEP file, so that you can check them out using FreeCAD.

Check out the code at:
https://github.com/lvk88/OccTutorial/blob/master/Chapter2_Geom/runners/Chapter2_1.cpp

Chapter 2.1 is out!

Leave a comment