chbergmann / CurvedShapesWorkbench

FreeCAD Workbench for creating 3D shapes from 2D curves
GNU Lesser General Public License v3.0
58 stars 10 forks source link

There is no tutorial for surface cut function #23

Open warriorman8 opened 9 months ago

warriorman8 commented 9 months ago

As the title says how is it done and secondly how do I boolean loft cut a curved shapes loft.

chbergmann commented 7 months ago

Here is a quite short description: https://github.com/chbergmann/CurvedShapesWorkbench#-surface-cut Maybe the CrossSections function in the Part workbench is a better alternative for you. See https://wiki.freecad.org/Part_CrossSections I wrote the SurfaceCut because the CrossSections function cannot be used easily in Python scripts.