OS: Windows 7
Word size of OS: 64-bit
Word size of FreeCAD: 64-bit
Version: 0.16.6712 (Git)
Build type: Release
Branch: releases/FreeCAD-0-16
Hash: da2d364457257a7a8c6fb2137cea12c45becd71a
Python version: 2.7.8
Qt version: 4.8.7
Coin version: 4.0.0a
OCC version: 6.8.0.oce-0.17
Hi,
Without knowledge in 2D nor 3D, this is my learning project. Will route a mould for a 50kg keel bulb for my sailboat. Will import the 3D file into a simple CNC-program called Vectric Aspire. Importing a 3D works fine, so no problem there.
Started in “Part” where I made 29 ellipses combining data from two different NACA profiles. Then I input them like parametric primitives placing them apart in Z. Used Loft to generate a solid and it looked good until I zoomed the leading edge.
Not smooth enough for me as a NACA profile always begin with a radius and the solid is pointed. Maybe I am picky, but this is also learning.
In the solid, the Z line “edge2” is made up by straight lines in 2mm intervals. How to I adjust this to smaller intervals? I have used the python console to calculate volume so a command line would work.
Not sure this is the way to go? Is there a better way to make “edge2” a curved line? Bezier?