...and it will now loft properly.woodbuddha wrote:..and the file.
You seem to be coming along nicely.
Mark
...and it will now loft properly.woodbuddha wrote:..and the file.
Nothing wrong with that. As a final operation, doing a Boolean Union, aka Fuse, will make it one again.woodbuddha wrote:I managed to do a typical raked fin. This was a little harder. I had to loft it in two sections to get the curves right.
TK
You probably talk about Intersect? If i understand you correctly you would want to use Boolean Cut operation for this task!I tested both Intersect and Cut operation and did get nice results. Currently FreeCAD Development Release PPA needs OCE PPA too:and then doing a boolean intercept
Code: Select all
sudo add-apt-repository ppa:freecad-maintainers/oce-release
sudo apt-get update
sudo apt-get upgrade
Code: Select all
sudo add-apt-repository ppa:freecad-maintainers/freecad-daily
sudo add-apt-repository ppa:freecad-maintainers/oce-release
sudo apt-get update
sudo apt-get upgrade
sudo apt-get install freecad freecad-doc
Development Release not Developer Release. Last thing we need is FreeCAD devs keeping toys for themselves and us "stuck" only on Production Release.developer realeas
Yes. If it will then i guess "(FreeCAD kernel) OCE devs" did some improvements and maybe somebody with greater insight will give more details.I'll update and hopefully that should fix the problem.
Mark
- Refactored code of b-spline evaluation
- Algorithm of result assembling in Boolean Operations is made parallel
- Considerably improved code stability
- New (more robust) 2D fillet algorithm