Get ISO curve from surface

Here's the place for discussion related to coding in FreeCAD, C++ or Python. Design, interfaces and structures.
Forum rules
Be nice to others! Respect the FreeCAD code of conduct!
Post Reply
User avatar
sanguinariojoe
Posts: 145
Joined: Mon Jun 20, 2011 4:10 pm

Get ISO curve from surface

Post by sanguinariojoe »

Hi community!

FreeCAD-Ship will need some tools related with surfaces work, so i will develope it (if i can do it). Only a first draft of getting ISO curves from surfaces graphically has been developed, but i think that is a good start:
Snapshot
Snapshot
Pantallazo.jpg (37.54 KiB) Viewed 901 times
The features are:

* Used task panel.
* Able to use Part.Feature and Part.TopoShape.
* Stable.


Cancel and Accept are not ready yet (but Accept runs for the working method of the tool), but i hope can upload a patched version soon.

To install it simply install the Ship design module:

Code: Select all

git clone git://gitorious.org/freecad-ship/freecad-ship.git
cd freecad-ship
make install
Two modules will be installed, Ship design module, and Surface tools.

Enjoy it!

Expecting feedback!

Jose Luis Cercós Pita
Post Reply