PythonCAD Tutorial 1
Creating a simple linkage with two holes and round ends
First, a few notes:
- Default scale is millimeters.
- Notice:
- coordinates of cursor in bottom-right
- instructions for the next click in lower left
Step-by-step instructions
- Create an arc at 200,200:
- Draw/Basic/Arc
- Type 200,200 in entry box at bottom.
- Type 50 in entry box at bottom.
- Type 0 in entry box at bottom.
- Type 180 in entry box at bottom.
- Create an arc at 200,100:
- Draw/Basic/Arc
- Type 200,100 in entry box at bottom.
- Type 50 in entry box at bottom.
- Type 180 in entry box at bottom.
- Type 0 in entry box at bottom.
- Connect edges:
- Draw/Basic/Segment
- Click on the two left arc ends.
- Click on the two right arc ends.
- The segments endpoints will turn blue.
- Create the linkage holes
- Draw/Basic/Circle
- Click on centerpoint of one arc.
- Enter 5 to create a 10mm hole
- Repeat for the other centerpoint.
- Save the file
- File/Save As
- Type the filename. PythonCAD will append .xml.gz
Creating a simple linkage with two holes and round ends
Now let's do the same thing, only using construction lines.
Step-by-step instructions
- Create an arc at 200,200:
- Draw/Basic/Arc
- Type 200,200 in entry box at bottom.
- Type 50 in entry box at bottom.
- Type 0 in entry box at bottom.
- Type 180 in entry box at bottom.
- Create the linkage hole
- Draw/Basic/Circle
- Click on centerpoint of the arc.
- Enter 5 to create a 10mm hole
- Add a construction line
- Draw/Con. Line/Horizontal
- Type 150 in entry box at bottom.
- Mirror the arc and hole.
- Modify/Mirror
- Click on the construction line
- Draw a box around the arc and hole.
- Connect edges:
- Draw/Basic/Segment
- Click on the two left arc ends.
- Click on the two right arc ends.
- The segments endpoints will turn blue.
- Save the file
- File/Save As
- Type the filename. PythonCAD will append .xml.gz
Russ Nelson Last modified: Tue Jun 6 12:06:09 EDT 2006
_______________________________________________ PythonCAD mailing list [email protected] http://mail.python.org/mailman/listinfo/pythoncad
