--You received this message because you are subscribed to the Google Groups "Robots & Dinosaurs" group.
To unsubscribe from this group and stop receiving emails from it, send an email to sydney-hackspace+unsubscribe@googlegroups.com.
To post to this group, send email to sydney-hackspace@googlegroups.com.
Visit this group at http://groups.google.com/group/sydney-hackspace?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.
From a solid modelling background, I must admit I'm not yet swayed by the likes of openSCAD or implicitCAD. They seem to have more in common with Pov-ray than any CAD package.
A simple part that I might draw in a CAD program might be built by the following method:
1. Draw a square on the top plane - extrude into a cube.
2. Draw a rectangle with one tangent arc face on the face of that cube - extrude as well. (like a wide letter D, for example)
3. Select the lines around the base of the second extrusion, and fillet.
4. Fillet some other lines on the shape at a different radius.
5. Shell the whole thing.
As far as I'm aware, to build something of the same appearance in one of these 'CAD' systems would require a completely different construction method, requiring *lots* of CSG differences and etc, and being very difficult to change later. Even just for 1-4.
If there really was a good text-based CAD program that could be driven by solid modelling methods, I'd be very excited about it.
-Patrick
On 13/02/2013 4:07 PM, Jason Lewis wrote:
Hi Guys,
I just came across ImplicitCAD:
https://github.com/colah/ImplicitCAD
It seems to be written in Haskell, and in fact you can generate models
in pure haskell if you like.
Jason
--
You received this message because you are subscribed to the Google Groups "Robots & Dinosaurs" group.
To unsubscribe from this group and stop receiving emails from it, send an email to sydney-hackspace+unsubscribe@googlegroups.com.
To post to this group, send email to sydney-hackspace@googlegroups.com.
Visit this group at http://groups.google.com/group/sydney-hackspace?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.