Is there any 3D CAD software out there, free-ware, shareware, open-source, or commercial, that uses the simplified instruction set made famous by the Logo Turtle (e.g. FORWARD 100
, LEFT 90
, etc) as the basis for a scripted 3D CAD application? The scripting approach is simple and easy because the user is always at the location of the "turtle"; the command language is easier for some people to master than the GUI interfaces of many CAD programs.
This would be geared to DIY projects, not sophisticated engineering scenarios. For example, I'd really like to make a 3D rendering of a piping schematic, and it would be really cool to use the Logo-turtle instruction-set to plot out the length and direction of the pipes. FORWARD 100
, LEFT 45
, FORWARD 25
, UP 29
, FORWARD 40
, etc . Even cooler would be the ability to drop into the emerging design appropriate fittings (elbows
, T
, Y
, couplings
,adapters
, etc) selected from a Toolbox
, and to do things like change pipe diameter on-the-fly.
Anything like this out there?