On May 16, 2012, at 04:08 PM, Csanyi Pal <csanyi...@gmail.com> wrote:

How can I get a shape in BRL-CAD that has surface DERIVED somehow from
an Involute of a circle?

http://en.wikipedia.org/wiki/Involute

http://en.wikipedia.org/wiki/Gear
Here is interesting the head: "Tooth profile".
 
The gear example mentioned earlier at http://brlcad.org/tmp/gear has teeth with an involute of parabola profile [1] [2].  If you check out the gear.g geometry database also included there, you can see how I did it for that specific example.  I think I used a couple rpc's intersected and subtraced by rcc's.  Perhaps you can extend it for your purpose, using intersecting right circular cylinders (rcc's) instead of right parabolic cylinders (rpc's), or some other primitive [3] if you really need them to be exactly circular.  

[1a] http://brlcad.org/tmp/gear/mged_tooth_template.jpg
[1b] http://brlcad.org/tmp/gear/mged_tooth.jpg
results in:
[2] http://brlcad.org/tmp/gear/rt_single_tooth.jpg

[3] http://brlcad.org/tmp/primitives/Primitives3_grouped_labels.png

Cheers!
Sean

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
BRL-CAD Users mailing list
brlcad-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/brlcad-users

Reply via email to