File: ellipse.sk

package info (click to toggle)
sketch 0.6.13-1
  • links: PTS
  • area: main
  • in suites: woody
  • size: 5,284 kB
  • ctags: 8,453
  • sloc: python: 34,711; ansic: 16,543; makefile: 83; sh: 26
file content (29 lines) | stat: -rw-r--r-- 626 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
##Sketch 1 0
document()
layout('A4',0)
layer('Layer 1',1,1,0,0,(0,0,0))
fp((0,0,0))
lw(1)
Fn('Times-Roman')
Fs(48)
txt('Ellipses and Circles',(297.955,747.197),1,0)
lw(1)
e(74.7749,0,0,-74.7749,150.925,554.636)
lw(1)
e(74.7749,0,0,-74.7749,150.925,384.759,1.5708,0,2)
lw(1)
e(74.7749,0,0,-74.7749,150.925,201.814,1.5708,0,0)
fp((1,0,0))
le()
lw(1)
e(143.016,0,0,-74.7749,391.947,554.636)
fp((1,0,0))
le()
lw(1)
e(143.016,0,0,-74.7749,391.947,390.566,1.03372,0,2)
fp((1,0,0))
le()
lw(1)
e(129.483,60.7264,31.7504,-67.6993,391.947,206.17,1.03372,0,1)
guidelayer('Guide Lines',1,0,0,1,(0,0,1))
grid((0,0,20,20),0,(0,0,1),'Grid')