blob: 56230e912c26737e23f4791916c38bbe8bceb0d9 (
plain)
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
|
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<floater
legacy_header_height="18"
follows="right"
height="170"
layout="topleft"
name="build options floater"
help_topic="build_options_floater"
save_rect="true"
title="GRID OPTIONS"
width="264">
<spinner
control_name="GridResolution"
follows="left|top"
height="23"
initial_value="1"
label="Grid Units (meters)"
label_width="160"
layout="topleft"
left="10"
max_val="5"
min_val="0.01"
name="GridResolution"
top="25"
width="230" />
<spinner
control_name="GridDrawSize"
decimal_digits="1"
follows="left|top"
height="23"
increment="0.5"
initial_value="5"
label="Grid Extents (meters)"
label_width="160"
layout="topleft"
left_delta="0"
max_val="50"
min_val="1"
name="GridDrawSize"
top_pad="0"
width="230" />
<check_box
control_name="GridSubUnit"
height="16"
label="Snap to sub-units"
layout="topleft"
name="GridSubUnit"
top_pad="0"
width="200" />
<check_box
control_name="GridCrossSections"
height="16"
label="View cross-sections"
layout="topleft"
name="GridCrossSection"
top_pad="5"
width="200" />
<text
type="string"
length="1"
follows="left|top"
height="16"
layout="topleft"
left="10"
tool_tip="Grid opacity"
name="grid_opacity_label"
top_pad="5"
width="128">
Opacity:
</text>
<slider
control_name="GridOpacity"
follows="left"
height="18"
increment="0.05"
initial_value="0.7"
layout="topleft"
name="GridOpacity"
show_text="false"
top_pad="0"
width="210" />
</floater>
|