Parent Directory
|
Revision Log
a first very basic version of pycad
1 | Point(1) = {0,0,0,0.1}; |
2 | Point(2) = {1.6,0.8,0,0.1}; |
3 | Line(1) = {1,2}; |
4 | Extrude {0,0,1.} { |
5 | Line{1}; |
6 | } |
7 | Extrude {1,0,1.} { |
8 | Surface{5}; |
9 | } |
10 | Extrude {1,0,1.} { |
11 | Surface{22,18,5,14,27}; |
12 | } |
ViewVC Help | |
Powered by ViewVC 1.1.26 |