chbergmann / CurvedShapesWorkbench

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

trying to create a solid or surface crashes FreeCAD #26

Open jonbitzen opened 7 months ago

jonbitzen commented 7 months ago

I have a CurvedArray that I am using to model the wing of an Airco DH2. When I attempt to set either "surface" or "solid" properties to true, FreeCAD crashes.

I've attached the model file. I modeled this using FreeCAD 0.21.2. Please let me know if I've mis-modeled this in some way that is causing the error.

Thanks! airco-dh2-wing.zip

jonbitzen commented 7 months ago

I determined there was an issue with my airfoil sketch - the trailing edge wasn't closed. After closing it the solid was generated successfully. Perhaps still, if possible, maybe before attempting to perform that operation, a warning that its not possible because the profile isn't closed would be in order? If its infeasible or something that doesn't have a place in the workbench then feel free to close, as this was at least principally a me-problem.