Allow outline adjusts to use shape-specific units
This commit is contained in:
parent
14cd499182
commit
e924352763
3 changed files with 97 additions and 1 deletions
|
@ -16,6 +16,12 @@ outlines:
|
|||
where: true
|
||||
size: cy
|
||||
bound: true
|
||||
adjust:
|
||||
- what: circle
|
||||
where: true
|
||||
radius: 2
|
||||
# adjust works, and it can use shape-specific units
|
||||
adjust.shift: [0, r]
|
||||
fillet:
|
||||
- name: base
|
||||
fillet: 2
|
||||
|
|
90
test/outlines/outlines___outlines_adjust_dxf.dxf
Normal file
90
test/outlines/outlines___outlines_adjust_dxf.dxf
Normal file
|
@ -0,0 +1,90 @@
|
|||
0
|
||||
SECTION
|
||||
2
|
||||
HEADER
|
||||
9
|
||||
$INSUNITS
|
||||
70
|
||||
4
|
||||
0
|
||||
ENDSEC
|
||||
0
|
||||
SECTION
|
||||
2
|
||||
TABLES
|
||||
0
|
||||
TABLE
|
||||
2
|
||||
LTYPE
|
||||
0
|
||||
LTYPE
|
||||
72
|
||||
65
|
||||
70
|
||||
64
|
||||
2
|
||||
CONTINUOUS
|
||||
3
|
||||
______
|
||||
73
|
||||
0
|
||||
40
|
||||
0
|
||||
0
|
||||
ENDTAB
|
||||
0
|
||||
TABLE
|
||||
2
|
||||
LAYER
|
||||
0
|
||||
ENDTAB
|
||||
0
|
||||
ENDSEC
|
||||
0
|
||||
SECTION
|
||||
2
|
||||
ENTITIES
|
||||
0
|
||||
CIRCLE
|
||||
8
|
||||
0
|
||||
10
|
||||
0
|
||||
20
|
||||
2
|
||||
40
|
||||
2
|
||||
0
|
||||
CIRCLE
|
||||
8
|
||||
0
|
||||
10
|
||||
0
|
||||
20
|
||||
19
|
||||
40
|
||||
2
|
||||
0
|
||||
CIRCLE
|
||||
8
|
||||
0
|
||||
10
|
||||
19
|
||||
20
|
||||
2
|
||||
40
|
||||
2
|
||||
0
|
||||
CIRCLE
|
||||
8
|
||||
0
|
||||
10
|
||||
19
|
||||
20
|
||||
19
|
||||
40
|
||||
2
|
||||
0
|
||||
ENDSEC
|
||||
0
|
||||
EOF
|
Loading…
Add table
Add a link
Reference in a new issue