On Mon, Jun 05, 2006 at 11:55:03AM -0400, Russ Nelson wrote: > Is there a way to rotate objects? > Is there a way to set the dimensions of objects? > > I need to draw a bunch of fixed-size holes for switches, but they need > to be at varying rotations.
You'll probably have to use construction lines to do what you want for drawing rotated angles, and use construction circles to draw the holes. You go to 'Draw' -> 'Con. Lines' -> 'Angled' to draw the angled construction lines, and you can enter the angle you want after you define the point by either clicking in the drawing area or entering it in the entry box. For construction circles, go 'Draw' -> 'Con. Circs.' -> 'Center Pt.', define the center point by clicking or entering it, then enter the radius in the entry box. PythonCAD currently doesn't have a 'Rotate' function, but that sounds like a feature that would be good to implement. Art Haas -- Man once surrendering his reason, has no remaining guard against absurdities the most monstrous, and like a ship without rudder, is the sport of every wind. -Thomas Jefferson to James Smith, 1822 _______________________________________________ PythonCAD mailing list [email protected] http://mail.python.org/mailman/listinfo/pythoncad
