Hi sean, welcome!

The first tip is to poke around the opencasade forums. Many elementary
topics are addressed there in c++ language, and can be translated to
python easily.

Another great resource is to read romans' series of occ blogs:
opencascade.blogspot.com.  He has a great set or intro articles that
help with the basics.


Lastly, make sure to check out the occ samples: there is a lot of code
in there that demonstrates the basics.


Material removal simulations are a great occ application, you have
chosen well.

On 4/13/10, Sean McAllister <smcal...@gmail.com> wrote:
> I'm trying to come up with a little application to help me with my wood
> working.  Basically I want to use a router to cut patterns into panels, and
> I'd like to be able to visualize them on the computer before hand.  This
> would basically consist of just having a mesh for the work piece (usually a
> rectangle), and then having a profile of the bit I'm going to use, and
> extruding it along a path (determined by user parameters), "removing"
> material from the mesh as I go.  I'm solid with Python, but don't have any
> experience with OpenCascade or pythonOCC, so I was helping someone could
> give me a few pointers on where to get started.   I've got a basic app
> starting up with a Qt backend displaying a cylinder and a rectangle, but
> that's it right now.
>
> Sean
>

_______________________________________________
Pythonocc-users mailing list
Pythonocc-users@gna.org
https://mail.gna.org/listinfo/pythonocc-users

Reply via email to