Contents
|
|
|
|
Appendix D - Vectorworks Object Types and Subtypes
The numeric types in the table
below are useful for identifying what type of object is referenced by a handle.
The function GetType(h) will return one of these numeric types. The Criteria values
in the table below are used in search criteria statements. They are used along
with the criteria T= to search for objects of a specific
type. For example, the following statement will count the number of rectangles
in the active document: Message(Count(T=RECT));
|
|
|
||
|
Object Types |
|
||
|
Object |
Type |
Criteria |
|
|
Line |
2 |
LINE |
|
|
Rectangle |
3 |
RECT |
|
|
Oval |
4 |
OVAL |
|
|
Polygon |
5 |
POLY |
|
|
Arc |
6 |
ARC |
|
|
Freehand |
8 |
FHAND |
|
|
3D Locus |
9 |
LOCUS3D |
|
|
Text |
10 |
TEXT |
|
|
Group |
11 |
GROUP |
|
|
Rounded rectangle |
13 |
RRECT |
|
|
Bitmap Image |
14 |
BITMAP |
|
|
Symbol in document |
15 |
SYMBOL |
|
|
Symbol definition |
16 |
|
|
|
2D Locus |
17 |
LOCUS |
|
|
Worksheet |
18 |
SPRDSHEET |
|
|
Polyline |
21 |
POLYLINE |
|
|
PICT Image |
22 |
PICT |
|
|
Extrude |
24 |
XTRD |
|
|
3D Polygon |
25 |
POLY3D |
|
|
Layer Link |
29 |
LAYERLINK |
|
|
Layer |
31 |
|
|
|
Sweep |
34 |
SWEEP |
|
|
Multiple extrude |
38 |
MXTRD |
|
|
Mesh |
40 |
MESH |
|
|
Mesh vertex |
41 |
|
|
|
Record Definition (Format) |
47 |
|
|
|
Record |
48 |
|
|
|
Document script (1) |
49 |
|
|
|
Script palette (1) |
51 |
|
|
|
Worksheet container |
56 |
|
|
|
Dimension |
63 |
DIMENSION |
|
|
Hatch definition (1) |
66 |
|
|
|
Wall |
68 |
WALL |
|
|
Column, Floor, Roof Face |
71 |
SLAB |
|
|
Light |
81 |
LIGHT |
|
|
Roof edge |
82 |
|
|
|
Roof object |
83 |
ROOF |
|
|
CSG Solid (Addition, Subtraction) |
84 |
CSGSOLID |
|
|
Plug-in object |
86 |
PLUGINOBJECT |
|
|
Roof element |
87 |
ROOFELEMENT |
|
|
Round walls |
89 |
ROUNDWALL |
|
|
Symbol folder |
92 |
|
|
|
Texture |
93 |
|
|
|
Class definition (1) |
94 |
|
|
|
Texture Definition (Material) |
97 |
|
|
|
Solid (Cone, Sphere, ...) |
95 |
SOLID |
|
|
NURBS Curve |
111 |
NURBSCURVE |
|
|
NURBS Surface |
113 |
NURBSSURFACE |
|
|
Image Fill Definition (1) |
119 |
|
|
|
Gradient Fill Definition (1) |
120 |
|
|
|
Fill Space (1) |
121 |
|
|
|
ViewPort |
122 |
|
|
|
|
|
|
|
|
Notes |
|
|
|
|
|||
|
|
||
Object Subtypes |
|
||
Object |
Type |
Criteria |
|
Directional Light |
500 |
DIRLIGHT |
|
Spot Light |
501 |
SPOTLIGHT |
|
Point Light |
502 |
POINTLIGHT |
|
Custom Light |
503 |
CUSTLIGHT |
|
Area Light |
504 |
AREALIGHT |
|
Line Light |
505 |
LINELIGHT |
|
Sheet Layer Viewport |
506 |
REGVIEWPORT |
|
Section Viewport |
507 |
SECTVIEWPORT |
|
Floor |
508 |
FLOOR |
|
Roof Face |
509 |
ROOFFACE |
|
Pillar |
510 |
PILLAR |
|
Cone |
511 |
CONE |
|
Sphere |
512 |
SPHERE |
|
Hemisphere |
513 |
HEMISPHERE |
|
Circle |
514 |
CIRCLE |
|
Opened Arc |
515 |
OPENEDARC |
|
Solid Subtraction |
516 |
CSGSUBTR |
|
Solid Addition |
517 |
CSGADD |
|
Solid Intersection |
518 |
CSGINTER |
|
Solid Section |
519 |
CSGSECT |
|
Solid Shell |
520 |
CSGSHELL |
|
Chamfer |
521 |
CSGCHAMFER |
|
Fillet |
522 |
CSGFILLET |
|
Control point based NURBS surface |
523 |
NURBSSURFCTRLP |
|
Interpolated NURBS surface |
524 |
NURBSSURFINTERP |
|
|
|
|
|
Notes |
|
|
|
|
|||
Appendix E - Miscellaneous Selectors
|
|
|||
|
Attribute Type |
Selector |
Type |
Example |
| All Objects | ALL | ALL | |
| Attached Record | R | 64 character STRING | (R IN ['Part Data']) |
| Class | C | 64 character STRING | C=DOOR |
|
Descend into Objects |
INOBJECT |
(T=RECT) & INOBJECT |
|
|
Descend into Symbols |
INSYMBOL |
(T=RECT) & INSYMBOL |
|
|
Fill Background |
FB |
Color index (0 to 255) |
FB=34 |
|
Fill Foreground |
FF |
Color index (0 to 255) |
FF=56 |
|
Fill Pattern |
FP |
INTEGER |
FP=1 |
|
Flipped Status |
ISFLIPPED |
((S='3680 Door') & (ISFLIPPED)) |
|
| Font | FOT | FOT="Arial" | |
| Font Size | FSZ | FSZ=10 | |
| Gradient Fill | GFI | GFI="Fall" | |
| Hatch Fill | HFI | HFI="Stipple Dark" | |
| Image Fill | IFI | IFI="Stones" | |
|
Layer |
L |
64 character STRING |
L="Plan1" |
|
Line Weight |
LW |
INTEGER |
LW=20 |
|
Location is contained within boundary of a named object |
LOC |
(LOC='MyRoom') |
|
|
Marker |
AR |
INTEGER (0 - 27) |
AR=3 |
|
Object Name |
N |
64 character STRING |
N="Joe" |
|
Object Type |
T |
See Object Type table |
T=RECT |
|
Pen Background |
PB |
Color index (0 to 255) |
PB=128 |
|
Pen Foreground |
PF |
Color index (0 to 255) |
PF=256 |
|
Pen Pattern / Line Style |
PP |
INTEGER (patterns 0 to 71) or (dash -1 to -10) |
PP=-1 |
|
Selected status |
SEL |
BOOLEAN |
SEL=TRUE |
| Sketch Style | SST | SST="Rough" | |
|
Symbol Name |
S |
64 character STRING |
S="Window" |
| Texture | TX | TX="Glass" | |
|
Visibility Status |
V |
BOOLEAN |
V=TRUE |
| Wall Style | WST |
|
WST="Wallstyle-1" |


|
|
|
|
|
Style |
Style Selector |
Selector |
|
Short Dash |
-1 |
|
|
Medium Dash |
-2 |
|
|
Long Dash |
-3 |
|
|
Very Long Dash |
-4 |
|
|
Dotted |
-5 |
|
|
Dash-Dot |
-6 |
|
|
Dash-Dash-Dot |
-7 |
|
|
Dash-Dot-Dot |
-8 |
|
|
Centerline |
-9 |
|
|
Break Line |
-10 |
|
|
|
|
|
|
|
Tool |
Selector |
Tool |
Selector |
|
2D Selection Cursor |
-240 |
Regular Polygon |
-225 |
|
3D Selection Cursor |
-349 |
Clipping |
-226 |
|
Pan |
-241 |
Quarter Arc |
-227 |
|
Zoom In |
-242 |
Center Mark |
-228 |
|
Zoom Out |
-243 |
Number Stamp |
-229 |
|
Text |
-200 |
3D View Translate |
-300 |
|
Line |
-201 |
3D View Rotate |
-301 |
|
Arc |
-202 |
Walkthrough |
-302 |
|
Rectangle |
-203 |
Flyover |
-303 |
|
Polyline |
-204 |
Translate Working Plane |
-304 |
|
Oval |
-205 |
Rotate Working Plane |
-305 |
|
Fillet |
-206 |
Set Working Plane |
-306 |
|
2D Polygon |
-207 |
Move Working Plane |
-307 |
|
Wall |
-208 |
3D Reshape |
-308 |
|
2D Symbol |
-209 |
3D Symbol |
-309 |
|
Constrained Dimension |
-210 |
Extrude |
-310 |
|
Unconstrained Dimension |
-211 |
Slab |
-311 |
|
Radial-Diam Dimension |
-212 |
Align Plane |
-312 |
|
Angular Dimension |
-213 |
3D Polygon |
-313 |
|
2D Reshape |
-214 |
3D Mirror |
-314 |
|
2D Rotate |
-215 |
3D Rotate |
-315 |
|
Double Line |
-216 |
3D Locus |
-316 |
|
Rounded Rectangle |
-217 |
Create Light |
-317 |
|
Double Line Polygon |
-218 |
Round Wall |
-318 |
|
Chamfer |
-219 |
Create Sphere |
-319 |
|
Freehand |
-220 |
Create Hemisphere |
-320 |
|
2D Locus |
-221 |
Create Cone |
-321 |
|
2D Mirror |
-222 |
Wall Join |
-322 |
|
Leader |
-223 |
Wall Heal |
-323 |
|
Fill Edit |
-341 |
Cavity Join |
-340 |
|
Rotated Rectangle |
-224 |
Render Bitmap |
-324 |
|
NURBS Curve |
-325 |
Chamfer Edge |
-342 |
|
|
-328 |
Extract Surface |
-346 |
|
NURBS Arc |
-329 |
Fillet Edge |
-343 |
|
Curve |
-326 |
Loft |
-344 |
|
Connect/Combine |
-327 |
Project and Trim |
-345 |
|
Shell Solid |
-347 |
Create Contours |
-348 |
|
Analyze Curves and Surfaces |
-333 |
Protrusion/Cutout |
-332 |
|
Plug-in Object
Parameter Record Field Types |
|
|
Field Data Type |
Selector |
|
Integer |
1 |
|
Boolean |
2 |
|
Real |
3 |
|
Text |
4 |
|
Real - Coordinate Displacement |
7 |
|
Text - Popup Menu Item |
8 |
|
Text - Radio Button |
9 |
|
Real - Coordinate Location X |
10 |
|
Real - Coordinate Location Y |
11 |
|
Static Text |
14 |
|
Text - Class Popup |
18 |
|
|
|
|
Field Data Type |
Selector |
|
Integer |
1 |
|
Boolean |
2 |
|
Number-general |
3 |
|
Text |
4 |
|
Number-decimal |
5 |
|
Number-decimal w/ commas |
6 |
|
Number-scientific |
7 |
|
Number-fractional |
8 |
|
Number-dimension |
9 |
|
Number-angle |
10 |
|
Number-date/time |
11 |
|
Number-dimension area |
14 |
|
15 |
|
Field Data Type |
Display Style |
Selector |
|
Boolean |
TRUE |
1 |
|
|
FALSE |
2 |
|
Number-decimal |
no. decimal places |
0 to 9 |
|
Number-decimal w/ commas |
no. decimal places |
0 to 9 |
|
Number-scientific |
no. decimal places |
0 to 9 |
|
Number-fractional |
rounding value |
2,4,8,16,32, etc. |
|
Number-angle |
degrees |
1 |
|
|
deg-minutes |
2 |
|
|
deg-min-seconds |
3 |
|
Number-date/time |
mdy |
1 |
|
|
mdy hmm |
2 |
|
|
dmy |
3 |
|
|
ymd |
4 |
|
|
ymd hmm |
5 |
|
|
d-mmm-y |
6 |
|
|
d-mmm |
7 |
|
|
mmm-y |
8 |
|
|
h mm |
9 |
|
|
h mm s |
10 |
|
|
h mm(AM/PM) |
11 |
|
|
h mm s(AM/PM) |
12 |
|
DimType |
Description |
Selector |
|
Constrained Horizontal |
0 |
|
|
Constrained Vertical |
1 |
|
|
Horizontal Ordinate |
2 |
|
|
Vertical Ordinate |
3 |
|
|
Unconstrained |
4 |
|
|
arrowFlag |
Description |
Selector |
|
Used calculated position |
1 |
|
|
Dim line inside-outside |
2 |
|
|
Start witness ON-OFF |
256 |
|
|
End witness ON-OFF |
512 |
|
|
textFlag |
Description |
Selector |
|
Used calculated position |
1 |
|
|
Text inside-outside |
2 |
|
|
Text above dim line |
256 |
|
|
Text aligned to dim line |
512 |
|
|
Force text horizontal |
1024 |
|
|
CircularDim |
||
|
DimType |
Description |
Selector |
|
Diameter dimension |
0 |
|
|
Other circular dimensions |
1 |
|
|
arrowFlag |
Description |
Selector |
|
Used calculated position |
1 |
|
|
Dim line inside-outside |
2 |
|
|
Start witness ON-OFF |
256 |
|
|
End witness ON-OFF |
512 |
|
|
textFlag |
Description |
|
|
Used calculated position |
1 |
|
|
Text inside-outside |
2 |
|
|
Text above dim line |
256 |
|
|
Text aligned to dim line |
512 |
|
|
Force text horizontal |
1024 |
|
|
arrowFlag |
Description |
Selector |
|
Used calculated position |
1 |
|
|
Dim line inside-outside |
2 |
|
|
Start witness ON-OFF |
256 |
|
|
End witness ON-OFF |
512 |
|
|
Reference angle |
1024 |
|
|
2 reference lines |
2048 |
|
|
textFlag |
Description |
Selector |
|
Used calculated position |
1 |
|
|
Text inside-outside |
2 |
|
|
Text above dim line |
256 |
|
|
Text aligned to dim line |
512 |
|
|
Force text horizontal |
1024 |
|
Appendix F - Preference Selectors
|
|
|
|
|
|
Preference |
Selector |
Preference Value |
Function |
|
Click-Drag Mode |
0 |
TRUE or FALSE |
Pref |
|
Offset Duplicates |
1 |
TRUE or FALSE |
Pref |
|
Full Screen Cursor |
2 |
TRUE or FALSE |
Pref |
|
Show Screen Hints |
3 |
TRUE or FALSE |
Pref |
|
Floating Datum |
4 |
TRUE or FALSE |
Pref |
|
Snap To Loci |
5 |
TRUE or FALSE |
Pref |
|
Show Rulers |
6 |
TRUE or FALSE |
Pref |
|
Show Scroll Bars |
7 |
TRUE or FALSE |
Pref |
|
No Fill Behind Text |
8 |
TRUE or FALSE |
Pref |
|
Zoom Line Thickness |
9 |
TRUE or FALSE |
Pref |
|
Black and White Only |
10 |
TRUE or FALSE |
Pref |
|
Use Layer Colors |
11 |
TRUE or FALSE |
Pref |
|
Log Time in Program |
12 |
TRUE or FALSE |
Pref |
|
Adjust Flipped Text |
13 |
TRUE or FALSE |
Pref |
|
Show Other Objects While In Group |
14 |
TRUE or FALSE |
Pref |
|
Show 3D Axis Labels |
15 |
TRUE or FALSE |
Pref |
|
Use Black Background |
16 |
TRUE or FALSE |
Pref |
|
Current Background Color |
4003 |
|
PrefRGB |
|
Use Eight Selection Handles |
17 |
TRUE or FALSE |
Pref |
|
Use Sound |
18 |
TRUE or FALSE |
Pref |
|
Issue Undo Warnings |
19 |
TRUE or FALSE |
Pref |
|
Opaque SmartCursor |
20 |
TRUE or FALSE |
Pref |
|
Stop VectorScript on Warnings |
21 |
TRUE or FALSE |
Pref |
|
Left Palette Margin |
22 |
TRUE or FALSE |
Pref |
|
Right Palette Margin |
23 |
TRUE or FALSE |
Pref |
|
Use Save Reminder |
24 |
TRUE or FALSE |
Pref |
|
Show Parametric Constraints |
25 |
TRUE or FALSE |
Pref |
|
Display Minor Alerts on Mode Bar |
27 |
TRUE or FALSE |
Pref |
|
Associate Dimensions |
28 |
TRUE or FALSE |
Pref |
|
Spell Check Capitalized Words |
29 |
TRUE or FALSE |
Pref |
|
Spell Check Words in ALL CAPS |
30 |
TRUE or FALSE |
Pref |
|
Spell Check Mixed Case Words |
31 |
TRUE or FALSE |
Pref |
|
Spell Check Words With Numbers |
32 |
TRUE or FALSE |
Pref |
|
Auto Join Walls |
33 |
TRUE or FALSE |
Pref |
|
Show Page Breaks |
34 |
TRUE or FALSE |
Pref |
|
Show Grid |
35 |
TRUE or FALSE |
Pref |
|
Print Grid |
36 |
TRUE or FALSE |
Pref |
|
Snap To Grid |
37 |
TRUE or FALSE |
Pref |
|
Snap To Object |
38 |
TRUE or FALSE |
Pref |
|
Use Occluded Picking And Snapping |
105 |
TRUE or FALSE |
Pref |
|
Save By Time |
39 |
TRUE or FALSE |
Pref |
|
Save Confirm |
40 |
TRUE or FALSE |
Pref |
|
Save To Backup |
41 |
TRUE or FALSE |
Pref |
|
Palette Docking |
43 |
TRUE or FALSE |
Pref |
|
Create Dimensions in Dimension Class |
44 |
TRUE or FALSE |
Pref |
|
Accelerated 2D Navigation |
45 |
TRUE or FALSE |
Pref |
|
Use Vector Caching |
46 |
TRUE or FALSE |
Pref |
|
Sketch Hidden Line |
47 |
TRUE or FALSE |
Pref |
|
Snap to Edge Points |
48 |
TRUE or FALSE |
Pref |
|
Show Page Boundary |
49 |
TRUE or FALSE |
Pref |
|
Dimension Slash Thickness Unit |
50 |
3 = points, 2 = mils, 1 = mm |
PrefInt |
|
3D Rotation Responsiveness |
52 |
1(detailed)..5(responsive) |
PrefInt |
|
Custom Constraint Angle |
53 |
REAL (degrees) |
PrefReal |
|
Snap Radius |
54 |
INTEGER value |
PrefInt |
|
2D Conversion Resolution |
55 |
INTEGER value |
PrefInt |
|
3D Conversion Resolution |
56 |
INTEGER value |
PrefInt |
|
Current Document Text Size |
57 |
REAL |
PrefReal |
|
Current Document Text Style |
58 |
0 (Plain) |
PrefInt |
|
|
|
1 (Bold) |
" |
|
|
|
2 (Italic) |
" |
|
|
|
4 (Underline) |
" |
|
|
|
8 (Outline [Mac only]) |
" |
|
|
|
16 (Shadow [Mac only]) |
" |
|
Current Document Text Justification |
82 |
1 (Left) |
PrefInt |
|
|
|
2 (Center) |
" |
|
|
|
3 (Right) |
" |
|
Current Document Text Vertical Alignment |
83 |
0 (General Justify) [Worksheet only] |
PrefInt |
|
|
|
1 (TopBox) |
" |
|
|
|
2 (TopBaseline) |
" |
|
|
|
3 (CenterBox) |
" |
|
|
|
4 (BottomBaseline) |
" |
|
|
|
5 (BottomBox) |
" |
|
Current Document Text Vertical Spacing |
84 |
0 (Custom Leading) |
PrefInt |
|
|
|
2 (Single) |
" |
|
|
|
3 (Three Halves) |
" |
|
|
|
4 (Double) |
" |
|
Current Document Text Vertical Spacing Custom Value |
85 |
REAL |
PrefReal |
|
Maximum Number of Undos |
59 |
INTEGER |
PrefInt |
|
Undo View Changes |
26 |
1 (never) |
PrefInt |
|
|
|
2 (combine all) |
" |
|
|
|
3 (combine similar) |
" |
|
|
|
4 (combine none) |
" |
|
Save Interval |
60 |
no. of minutes |
PrefInt |
|
Display Light Objects |
61 |
0(always) |
PrefInt |
|
|
|
1(wireframe) |
" |
|
|
|
2(never) |
" |
|
Retain QuickDraw 3D Model |
62 |
1(never)...5(always) |
PrefInt |
|
Rotated Text Display |
63 |
0(box) |
PrefInt |
|
|
|
1(normal) |
" |
|
|
|
2(high) |
" |
|
Bitmap Display |
64 |
0(box) |
PrefInt |
|
|
|
1(low res) |
" |
|
|
|
2(hi res) |
" |
|
Dimension Slash Thickness |
65 |
INTEGER value (mils) |
PrefInt |
|
Hidden Line Dash Style |
66 |
INTEGER selector |
PrefInt |
|
Hidden Line Shading |
67 |
1(dark)...4(light) |
PrefInt |
|
Grid X |
78 |
REAL |
PrefReal |
|
Grid Y |
79 |
REAL |
PrefReal |
|
User Origin X |
6702 |
REAL (current units) |
PrefReal |
|
User Origin Y |
6703 |
REAL (current units) |
PrefReal |
|
Page Origin X |
80 |
REAL (current units) |
PrefReal |
|
Page Origin Y |
81 |
REAL (current units) |
PrefReal |
|
Page Scaling Factor |
70 |
REAL |
PrefReal |
|
Dimension Standard |
71 |
1 (Arch) |
PrefInt |
|
|
|
2 (ASME) |
" |
|
|
|
3 (BSI) |
" |
|
|
|
4 (DIN) |
" |
|
|
|
5 (ISO) |
" |
|
|
|
6 (JIS) |
" |
|
|
|
7 (SIA) |
" |
|
|
|
8 (ASME Dual Side-by-Side) |
" |
|
|
|
9 (ASME Dual Stacked) |
" |
|
Defacet Angle |
72 |
REAL (0-90) |
PrefReal |
|
Grid Angle |
73 |
REAL |
PreReal |
|
Move Objects on Grid Keys |
74 |
1 (arrow) |
PrefInt |
|
|
|
2 (cmd+arrow) |
" |
|
|
|
3 (shift+arrow) |
" |
|
|
|
4 (shift+cmd+arrow) |
" |
|
|
|
5 (disabled) |
" |
|
Nudge Objects Keys |
75 |
1-5 (see above) |
PrefInt |
|
Show Nudge Message |
6712 |
TRUE or FALSE |
Pref |
|
Pan Drawing Keys |
76 |
1-5 (see above) |
PrefInt |
|
Switch Active Layer/Class Keys |
77 |
1-5 (see above) |
PrefInt |
|
Default Compression |
86 |
1 = JPEG, 2 = PNG |
PrefInt |
|
Line Weight Array Count |
87 |
INTEGER |
PrefInt |
|
Sound Volume |
88 |
INTEGER |
PrefInt |
Custom Move Distance
|
89
|
REAL
|
PrefReal
|
|
Display 3D Loci |
91 |
0 = Always |
PrefInt |
|
Plan Rotation |
92
|
TRUE or FALSE (read-only) |
Pref
|
Plan Rotation Angle |
93
|
REAL |
PrefReal
|
Stack Layers |
94
|
TRUE or FALSE
|
Pref
|
Stack Layers Create 2D Objects |
95
|
TRUE or FALSE
|
Pref
|
Stack Layers Ignore Other Scales |
96
|
TRUE or FALSE
|
Pref
|
Stack Layers Restore Views |
97
|
TRUE or FALSE
|
Pref
|
|
Stack Layers Center View |
99 |
TRUE or FALSE |
Pref |
|
Text Font Name |
100 |
STRING |
PrefString |
|
Stack Layers Show Page Boundary |
101 |
TRUE or FALSE |
Pref |
|
Stack Layers Only Active Layer 2D Objects |
102 |
TRUE or FALSE |
Pref |
|
Stack Layers Display Only Story Layers |
103 |
TRUE or FALSE |
Pref |
|
Stack Layers Stories Enabled |
104 |
TRUE or FALSE (read-only) |
Pref |
|
Use Story Prefix\Suffix |
145 |
TRUE or FALSE |
Pref |
|
Do Hidden Line Intersections |
144 |
TRUE or FALSE |
Pref |
|
Angular Precision |
120 |
INTEGER |
PrefInt |
|
Angular Unit |
121 |
0 (degrees) |
PrefInt |
|
|
|
1 (radians) |
“ |
|
|
2 (gradians) |
“
|
|
Display Default Content |
130 |
TRUE or FALSE |
Pref |
|
Auto File Extensions On
Mac |
131 |
TRUE or FALSE |
Pref |
|
Use Advanced Imaging
|
132 |
TRUE or FALSE |
Pref |
|
Use Anti Aliasing |
133 |
TRUE or FALSE |
Pref |
|
Auto Associate Dims |
134 |
TRUE or FALSE |
Pref |
|
Mouse Wheel Zoom |
135 |
TRUE or FALSE |
Pref |
|
Use Custom Move Distance
|
136 |
TRUE or FALSE |
Pref |
Print Switch Binary |
137 |
TRUE or FALSE |
Pref
|
|
Create New Document on Startup |
138 |
TRUE or FALSE |
Pref |
|
Change Layer for Create Similar |
139 |
TRUE or FALSE |
Pref |
|
Show Watermarks |
142 |
TRUE or FALSE |
Pref |
|
Use Framed Highlighting |
410 |
TRUE or FALSE |
Pref |
|
Smart Cursor Show Interactive Segment |
411 |
TRUE or FALSE |
Pref |
|
Snap To Tool Snap Geometry Only |
460 |
TRUE or FALSE |
Pref |
|
Snap To Selection Only |
461 |
TRUE or FALSE |
Pref |
|
Auto Restore Document (Lion) |
146 |
TRUE or FALSE |
Pref
|
|
Auto Save To Custom Location |
552 |
TRUE or FALSE |
Pref
|
|
Keep Backup by Time |
553 |
TRUE or FALSE |
Pref
|
|
Autosave Custom Location |
554 |
STRING value |
PrefString
|
|
Keep Backups by Number Value
|
555 |
INTEGER |
PrefInt |
|
Keep Backups by Time Value |
556 |
INTEGER |
PrefInt |
|
Keep Backups by Time Unit |
557 |
INTEGER |
PrefInt |
|
Center View |
558 |
TRUE or FALSE |
Pref |
|
Allow Copy on Option Click |
559 |
TRUE or FALSE |
Pref |
|
AutoUpdate Frequency |
1054 |
INTEGER |
PrefInt |
|
Error Reporting Mode |
1056 |
INTEGER |
PrefInt |
|
Use Multithreading for Textures |
1057 |
TRUE or FALSE |
Pref |
|
Use Multithreading for Image |
1058 |
TRUE or FALSE |
Pref |
|
Use Multithreading for Render |
1059 |
TRUE or FALSE |
Pref |
|
Use Multithreading for Geometry |
1060 |
TRUE or FALSE |
Pref |
|
Use Multithreading for DTM |
1061 |
TRUE or FALSE |
Pref |
|
Use Multithreading for Other |
1062 |
TRUE or FALSE |
Pref |
|
Use Open MP Multithreading |
98 |
0 = No |
PrefInt |
|
Save DTM Cache |
1097 |
TRUE or FALSE |
Pref |
|
Enable X-Ray Mode |
106 |
TRUE or FALSE |
Pref |
|
Scale Layer Text |
107 |
TRUE or FALSE |
Pref |
|
Hierarchical Classes In Popups |
108 |
TRUE or FALSE |
Pref |
|
Fill Style By Class |
534 |
TRUE or FALSE |
Pref |
|
View Transition Animation |
1227 |
TRUE or FALSE |
Pref |
|
View Transition Speed |
6725 |
REAL |
PrefReal |
|
Default Render Mode Render Mode |
1318 |
INTEGER |
PrefInt |
|
Default Render Mode Projection Mode |
1319 |
INTEGER |
PrefInt |
|
Default Render Mode Perspective Distance |
1320 |
REAL |
PrefReal |
|
Use Local Help System |
6724 |
TRUE or FALSE |
Pref |
|
|
|
|
|
|
Preference |
Selector |
Preference Value |
Function |
|
Show Selection Box |
1000 |
TRUE or FALSE |
Pref |
|
Show Snap Box |
1001 |
TRUE or FALSE |
Pref |
|
Animation Mode |
1003 |
INTEGER |
|
|
Pre-selection Highlighting |
1004 |
TRUE or FALSE |
Pref |
|
Marquee Pre-selection Highlighting |
1005 |
Pref |
|
|
Snapped Object Pre-selection Highlighting |
1006 |
TRUE or FALSE |
Pref |
|
Tool Highlighting |
1007 |
TRUE or FALSE |
Pref |
|
Highlighting Timer |
1008 |
REAL |
PrefReal |
|
Selection Radius |
1009 |
REAL |
PrefReal |
|
Snap Box Radius |
1010 |
REAL |
PrefReal |
|
Show Snap Points |
1013 |
TRUE or FALSE |
Pref |
|
Zoom to Linethickness in Snap Loop |
1014 |
TRUE or FALSE |
Pref |
|
Offset from Source |
1015 |
TRUE or FALSE |
Pref |
|
Show Acquisition Hints |
1016 |
TRUE or FALSE |
Pref |
|
Reference Grid X |
1019 |
REAL |
PrefReal |
|
Reference Grid Y |
1020 |
REAL |
PrefReal |
|
Grid Angle Y |
1021 |
REAL |
PrefReal |
|
Sheet Layer Grid Snap X |
1022 |
REAL |
PrefReal |
|
Sheet Layer Grid Snap Y |
1023 |
REAL |
PrefReal |
|
Sheet Layer Reference Grid X |
1024 |
REAL |
PrefReal |
|
Sheet Layer Reference Grid Y |
1025 |
REAL |
PrefReal |
|
Sheet Layer Grid Angle Y |
1026 |
REAL |
PrefReal |
|
Snap to End Point |
1027 |
TRUE or FALSE |
Pref |
|
Snap to Mid Point |
1028 |
TRUE or FALSE |
Pref |
|
Snap to Center Point |
1029 |
TRUE or FALSE |
Pref |
|
Snap to Quadrant Points |
1030 |
TRUE or FALSE |
Pref |
|
Snap to Insertion Point |
1031 |
TRUE or FALSE |
Pref |
|
Snap to Vertex Points |
1032 |
TRUE or FALSE |
Pref |
|
Snap to Nearest point on Edge |
1033 |
TRUE or FALSE |
Pref |
|
Snap Angles in Degrees |
1034 |
Angles are seperated by a Semicolon |
PrefString |
|
Plan Rotation |
1035 |
TRUE or FALSE |
Pref |
|
Show Alternate Cordinate Extension Lines |
1036 |
TRUE or FALSE |
Pref |
|
Show Horizontal Vertical Extensions |
1037 |
TRUE or FALSE |
Pref |
|
Use Angular Extensions |
1038 |
TRUE or FALSE |
Pref |
|
Use Floating Smart Point |
1039 |
TRUE or FALSE |
Pref |
|
Acquire Smart Point if the mouse stops for |
1040 |
REAL |
PrefReal |
|
Set Datum if mouse stops for |
1041 |
REAL |
PrefReal |
|
Use Datum Offset |
1042 |
TRUE or FALSE |
Pref |
|
Datum Offset |
1043 |
REAL |
PrefReal |
|
Acquire Edge |
1044 |
TRUE or FALSE |
Pref |
|
Acquire Edge if mouse follows edge for |
1045 |
REAL |
PrefReal |
|
Snap to Bisector |
1046 |
TRUE or FALSE |
Pref |
|
Snap to Offset |
1047 |
TRUE or FALSE |
Pref |
|
Snap Offset Diatance |
1048 |
REAL |
PrefReal |
|
Snap to Extension Lines |
1049 |
TRUE or FALSE |
Pref |
|
Snap Proportional |
1050 |
TRUE or FALSE |
Pref |
|
Snap by Percent |
1051 |
REAL |
Pref |
|
Snap by Distance |
1052 |
REAL |
Pref |
|
Snap Mutiple Divisions |
1053 |
TRUE or FALSE |
Pref |
|
Show Others in Group Gray |
1055 |
TRUE or FALSE |
Pref |
|
Show 3D Z Axis |
1063 |
TRUE or FALSE |
Pref |
|
Snap to Relative Angles |
1086 |
TRUE or FALSE |
Pref |
|
Relative Snap Angle |
1087 |
Clockwise from Horizontal |
PrefReal |
|
Relative Snap Angle Hint |
1088 |
TRUE = Tangent |
Pref |
|
Clear Relative Angle and Hint |
1089 |
TRUE or FALSE |
Pref |
|
Snap tp Combined Page Area |
1090 |
TRUE or FALSE |
Pref |
|
Snap to Individual Pages |
1091 |
TRUE or FALSE |
Pref |
|
Sanp to Angles form Axes |
1092 |
TRUE or FALSE |
Pref |
|
Snap to Alternate Cordinate System |
1093 |
TRUE or FALSE |
Pref |
|
Snap to Line Between Smart Points |
1094 |
TRUE or FALSE |
Pref |
|
Snap to All Extensions from Nearby Smart Points |
1095 |
TRUE or FALSE |
Pref |
|
Disable All Snaps |
1096 |
TRUE or FALSE |
Pref |
|
Show Working Plane Axes in Plan View |
1098 |
TRUE or FALSE |
Pref |
|
|
|
|
|
|
Preference |
Selector |
Preference Data Type |
Function |
|
Store / Recall Interactive Preferences |
1200 |
Set=Store Get=Recall |
Pref |
|
Full Screen Cursor |
1210 |
TRUE or FALSE |
Pref |
|
Show Selection Box |
1211 |
TRUE or FALSE |
Pref |
|
Show Snap Box |
1212 |
TRUE or FALSE |
Pref |
|
Show Acwuisition Hints |
1213 |
TRUE or FALSE |
Pref |
|
Selection Radius |
1214 |
Screen Inches |
PrefReal |
|
Snap Radius |
1215 |
Screen Inches |
PrefReal |
|
Grid Radius |
1216 |
Screen Inches |
PrefReal |
|
Selection Highlighting Mode |
1220 |
|
PrefInt |
|
Animation Mode |
1221 |
|
PrefInt |
|
Cursor Preselection Highlighting |
1222 |
TRUE or FALSE |
Pref |
|
Marquee Preselection Highlighting |
1223 |
TRUE or FALSE |
Pref |
|
Snapped Object Highlighting |
1224 |
TRUE or FALSE |
Pref |
|
Tool Highlighting |
1225 |
TRUE or FALSE |
Pref |
|
Highlighting Timer |
1226 |
|
PrefReal |
|
Show Smart Cursor Cues |
1230 |
TRUE or FALSE |
Pref |
|
Show Snap Points |
1231 |
TRUE or FALSE |
Pref |
|
Snap to Loci |
1232 |
TRUE or FALSE |
Pref |
|
Zoom Line Thickness in Snap Loop |
1233 |
TRUE or FALSE |
Pref |
|
Sanp to Combined Page Area |
1234 |
TRUE or FALSE |
Pref |
|
Snap to Individual Pages |
1235 |
TRUE or FALSE |
Pref |
|
Offset from Source |
1236 |
TRUE or FALSE |
Pref |
|
Ignore Non Planar Shapes |
1237 |
TRUE or FALSE |
Pref |
|
Do Not Show Grid |
1240 |
TRUE or FALSE |
Pref |
|
Print Grid |
1241 |
TRUE or FALSE |
Pref |
|
Show 3D Axis Grid |
1242 |
TRUE or FALSE |
Pref |
|
Show 3D Axis Grid Labels |
1243 |
TRUE or FALSE |
Pref |
|
Snap to End Points |
1250 |
TRUE or FALSE |
Pref |
|
Snap to Mid Point |
1251 |
TRUE or FALSE |
Pref |
|
Snap to Center |
1252 |
TRUE or FALSE |
Pref |
|
Snap to Quad |
1253 |
TRUE or FALSE |
Pref |
|
Snap to Intersection |
1254 |
TRUE or FALSE |
Pref |
|
Snap to Vertex |
1255 |
TRUE or FALSE |
Pref |
|
Snap to Edge |
1256 |
TRUE or FALSE |
Pref |
|
Snap to User Angles |
1260 |
TRUE or FALSE |
Pref |
|
User Angle Count |
1261 |
1 to 8 |
PrefInt |
|
User Angle Degrees 1 |
1262 |
|
PrefReal |
|
User Angle Degrees 2 |
1263 |
|
PrefReal |
|
User Angle Degrees 3 |
1264 |
|
PrefReal |
|
User Angle Degrees 4 |
1265 |
|
PrefReal |
|
User Angle Degrees 5 |
1266 |
|
PrefReal |
|
User Angle Degrees 6 |
1267 |
|
PrefReal |
|
User Angle Degrees 7 |
1268 |
|
PrefReal |
|
User Angle Degrees 8 |
1269 |
|
PrefReal |
|
Snap to Relative Angles |
1280 |
TRUE or FALSE |
Pref |
|
Snap to Plan Rotation Angle |
1281 |
TRUE or FALSE |
Pref |
|
Snap to Alternative Coordinate System |
1282 |
TRUE or FALSE |
Pref |
|
Alternative Coordinate System Angle |
1283 |
|
PrefReal |
|
Use Horizontal and Vertical Extensions |
1290 |
TRUE or FALSE |
Pref |
|
USE Angular Extensions |
1291 |
TRUE or FALSE |
Pref |
|
Snap to Lines Between Smart Points |
1292 |
TRUE or FALSE |
Pref |
|
Allow Extensions from Nearby Smart Points |
1293 |
TRUE or FALSE |
Pref |
|
Use Floating Smart Points |
1294 |
TRUE or FALSE |
Pref |
|
Floating Point Smart Time |
1295 |
Seconds |
PrefReal |
|
Use Floating Datum |
1296 |
TRUE or FALSE |
Pref |
|
Floating Datum Time |
1297 |
Seconds |
PrefReal |
|
Use Floating Edges |
1300 |
TRUE or FALSE |
Pref |
|
Floating Edge Time |
1301 |
Seconds |
PrefReal |
|
Use Angle Bisector |
1302 |
TRUE or FALSE |
PrefReal |
|
Use Curve Extensions |
1303 |
TRUE or FALSE |
Pref |
|
Snap to Object |
1310 |
TRUE or FALSE |
Pref |
|
Snap to Grid |
1311 |
TRUE or FALSE |
Pref |
|
Constrain to Angle |
1312 |
TRUE or FALSE |
Pref |
|
Snap to Intersection |
1313 |
TRUE or FALSE |
Pref |
|
Snap to Smart Points |
1314 |
TRUE or FALSE |
Pref |
|
Snap to Distance |
1315 |
TRUE or FALSE |
Pref |
|
Snap to Smart Edge |
1316 |
TRUE or FALSE |
Pref |
|
Constrain Tangent |
1317 |
TRUE or FALSE |
Pref |
|
|
|
|
|
|
Preference |
Selector |
Preference Data Type |
Function |
|
Standard Background Properties Selector Base |
1325 |
Add the the selectors below |
|
|
Black Background Properties Selector Base |
4025 |
Add the the selectors below |
|
|
Smart Cursor Selection Box |
+ 0 |
|
|
|
Smart Cursor Snap Box |
+ 30 |
|
|
|
Smart Cursor Datum Indicator |
+ 60 |
|
|
|
Smart Cursor Points |
+ 90 |
|
|
|
Smart Cursor Edges |
+ 120 |
|
|
|
Smart Cursor Vector Locks |
+ 150 |
|
|
|
Smart Cursor Acquisition Hints |
+ 180 |
|
|
|
Snap Points Available |
+ 210 |
|
|
|
Current Snap Points |
+ 240 |
|
|
|
Snap Points Obtained |
+ 270 |
|
|
|
Snap Points Congestion Indicator |
+ 300 |
|
|
|
Object Highlighting PreSelection Active Layer |
+ 330 |
|
|
|
Object Highlighting Selection Active Layer |
+ 360 |
|
|
|
Object Highlighting Selection Inactive Layer |
+ 390 |
|
|
|
Object Highlighting Selection Locked |
+ 420 |
|
|
|
Object Highlighting Snap Object |
+ 450 |
|
|
|
Object Highlighting Tool Highlighting |
+ 480 |
|
|
|
Object Highlighting Action |
+ 510 |
|
|
|
General Exit Edit Context Frame |
+ 540 |
|
|
|
General Exit Edit Context Show Others |
+ 570 |
|
|
|
General Page Boundary |
+ 600 |
|
|
|
General Grid |
+ 630 |
|
|
|
General Working Plane |
+ 660 |
|
|
|
General Ground Plane |
+ 690 |
|
|
|
General Hint Text |
+ 720 |
|
|
|
General Hint Background |
+ 750 |
|
|
|
General Reshape Handles Active Layer |
+ 780 |
|
|
|
General Reshape Handles Inactive Layer |
+ 810 |
|
|
|
Object Highlighting PreSelection Inactive Layer |
+ 840 |
|
|
|
Object Highlighting PreSelection Locked |
+ 870 |
|
|
|
Snap Points Object Oriented |
+ 900 |
|
|
|
Smart Cursor Planes |
+ 930 |
|
|
|
Smart Cursor Smart Point Lines |
+ 960 |
|
|
|
General Repetition Opacity |
+ 990 |
|
|
|
Smart Cursor Angle Lines |
+ 1020 |
|
|
|
Object Highlighting Automatic Plane Source |
+ 1050 |
|
|
|
General XRay Edge Selection |
+ 1080 |
|
|
|
General Top Plan Backgrond Color |
+ 1110 |
|
|
|
General Sheet Layer Background Color |
+ 1140 |
|
|
|
General 3D View Background Color |
+ 1170 |
|
|
|
Property Available |
+ 0 |
TRUE or FALSE |
Pref |
|
Different Background Color |
+ 1 |
TRUE or FALSE |
Pref |
|
Pattern |
+ 2 |
INTEGER |
PrefInt |
|
Foreground Color |
+ 4 |
RGB |
PrefRGB |
|
Background Color |
+ 5 |
RGB |
PrefRGB |
|
Opacity |
+ 6 |
INTEGER |
PrefInt |
|
Size |
+ 7 |
REAL |
PrefReal |
|
Minimum Size |
+ 8 |
REAL |
PrefReal |
|
Maxumum Size |
+ 9 |
REAL |
PrefReal |
|
Opacity 1 |
+ 10 |
INTEGER |
PrefInt |
|
Size 1 |
+ 11 |
REAL |
PrefReal |
|
Mimimum Size 1 |
+ 12 |
REAL |
PrefReal |
|
Maximum Size 1 |
+ 13 |
REAL |
PrefReal |
|
Opacity 2 |
+ 14 |
INTEGER |
PrefInt |
|
Example: |
|
|
|
|
|||
|
|
|
|
|
|
Preference |
Selector |
Preference Data Type |
Function |
|
Unit Fraction |
150 |
REAL value |
PrefReal |
|
Units Per Inch |
152 |
REAL value |
PrefReal |
|
Unit Style Name |
153 |
STRING value |
PrefString |
|
Unit Mark |
154 |
STRING value |
PrefString |
|
Sunit Mark |
155 |
STRING value |
PrefString |
|
Sunit Divider |
156 |
STRING value |
PrefString |
|
Smultiplier |
157 |
INTEGER value |
PrefInt |
|
Square Unit Mark |
158 |
STRING value |
PrefString |
|
Square Unit Divisor |
159 |
LONGINT |
PrefLongInt |
|
Cube Unit Mark |
160 |
STRING value |
PrefString |
|
Cube Unit Divisor |
161 |
LONGINT |
PrefLongInt |
|
Display Fraction |
162 |
LONGINT value |
PrefLongInt |
|
Show Unit Mark |
163 |
TRUE or FALSE |
Pref |
|
Display Leading Zero |
164 |
TRUE or FALSE |
Pref |
|
Display Trailing Zeroes |
165 |
TRUE or FALSE |
Pref |
|
Use Minimum Units |
166 |
TRUE or FALSE |
Pref |
|
Use Custom Units |
167 |
TRUE or FALSE |
Pref |
|
Show Decimals as Fractions |
168 |
TRUE or FALSE |
Pref |
|
Dimension Precision |
169 |
LONGINT value |
PrefLongInt |
|
Predefined Units Style |
170 |
1 (Feet & Inches) |
PrefInt |
|
|
|
2 (Inches) |
“ |
|
|
|
3 (Feet) |
“ |
|
|
|
4 (Yards) |
“ |
|
|
|
5 (Miles) |
“ |
|
|
|
6 (Microns) |
“ |
|
|
|
7 (Millimeters) |
“ |
|
|
|
8 (Centimeters) |
“ |
|
|
|
9 (Meters) |
“ |
|
|
|
10 (Kilometers) |
“ |
|
|
|
11 (Degrees – Landmark & Azimuth only) |
“ |
|
Fractional Display Precision |
171 |
LONGINT value |
PrefLongInt |
|
Fractional Dimension Precision |
172 |
LONGINT value |
PrefLongInt |
|
Metric Unit Flag |
173 |
TRUE or FALSE |
Pref |
|
Angular Unit |
174 |
0 (degrees) |
PrefInt |
|
|
|
1 (radians) |
“ |
|
|
|
2 (gradians) |
“ |
|
Round Fraction to Decimal |
175 |
TRUE or FALSE |
Pref |
|
Area Units Per Square Inch |
176 |
REAL value |
PrefReal |
|
Area Unit Name |
177 |
STRING value |
PrefString |
|
Area Unit Mark |
178 |
STRING value |
PrefString |
|
Area Precision |
179 |
LONGINT value |
PrefLongInt |
|
Volume Units Per Cubic Inch |
180 |
REAL value |
PrefReal |
|
Volume Unit Name |
181 |
STRING value |
PrefString |
|
Volume Unit Mark |
182 |
STRING value |
PrefString |
|
Volume Precision |
183 |
LONGINT value |
PrefLongInt |
|
Use Custom Area Units |
184 |
TRUE or FALSE |
Pref |
|
Use Custom Volume Units |
185 |
TRUE or FALSE |
Pref |
|
Area Unit Fraction |
186 |
REAL value |
PrefReal |
|
Volume Unit Fraction |
187 |
REAL value |
PrefReal |
|
Display Rounding Base |
188 |
0 (1) |
PrefInt |
|
|
|
1 (2.5) |
“ |
|
|
|
2 (5) |
“ |
|
Dimension Rounding Base |
189 |
0 (1) |
PrefInt |
|
|
|
1 (2.5) |
“ |
|
|
|
2 (5) |
“ |
|
Unit1 Dimension Fraction Display Style |
190 |
0 (regular style) |
PrefInt |
|
|
1 (diagonal style) |
|
|
|
|
2 (horizontal style) |
|
|
|
|
191 |
TRUE or FALSE |
|
|
Save and Restore Unit1 |
192 |
TRUE or FALSE |
|
|
|
|
|
|
|
Preference |
Selector |
Preference Data Type |
Function |
|
Unit Fraction |
200 |
REAL value |
PrefReal |
|
Units Per Inch |
202 |
REAL value |
PrefReal |
|
Unit Style Name |
203 |
64 character STRING |
PrefString |
|
Unit Mark |
204 |
STRING value |
PrefString |
|
Sunit Mark |
205 |
STRING value |
PrefString |
|
Sunit Divider |
206 |
STRING value |
PrefString |
|
Smultiplier |
207 |
INTEGER value |
PrefInt |
|
Square Unit Mark |
208 |
STRING value |
PrefString |
|
Square Unit Divisor |
209 |
LONGINT |
PrefLongInt |
|
Cube Unit Mark |
210 |
STRING value |
PrefString |
|
Cube Unit Divisor |
211 |
LONGINT value |
PrefLongInt |
|
Display Fraction |
212 |
LONGINT value |
PrefLongInt |
|
Show Unit Mark |
213 |
TRUE or FALSE |
Pref |
|
Display Leading Zero |
214 |
TRUE or FALSE |
Pref |
|
Display Trailing Zeroes |
215 |
TRUE or FALSE |
Pref |
|
Use Minimum Units |
216 |
TRUE or FALSE |
Pref |
|
Use Custom Units |
217 |
TRUE or FALSE |
Pref |
|
Show Decimals as Fractions |
218 |
TRUE or FALSE |
Pref |
|
Dimension Precision |
219 |
LONGINT value |
PrefLongInt |
|
Predefined Units Style |
220 |
1 (Feet & Inches) |
PrefInt |
|
|
|
2 (Inches) |
“ |
|
|
|
3 (Feet) |
“ |
|
|
|
4 (Yards) |
“ |
|
|
|
5 (Miles) |
“ |
|
|
|
6 (Microns) |
“ |
|
|
|
7 (Millimeters) |
“ |
|
|
|
8 (Centimeters) |
“ |
|
|
|
9 (Meters) |
“ |
|
|
|
10 (Kilometers) |
“ |
|
|
|
11 (Degrees – Landmark & Azimuth only) |
“ |
|
Fractional Display Precision |
221 |
LONGINT value |
PrefLongInt |
|
Fractional Dimension Precision |
222 |
LONGINT value |
PrefLongInt |
|
Metric Unit Flag |
223 |
TRUE or FALSE |
Pref |
|
Angular Unit |
224 |
0 (degrees) |
PrefInt |
|
|
|
1 (radians) |
“ |
|
|
|
2 (gradians) |
“ |
|
Round Fraction to Decimal |
225 |
TRUE or FALSE |
Pref |
|
Dimension Rounding Base |
226 |
0 (1) |
PrefInt |
|
|
|
1 (2.5) |
“ |
|
|
|
2 (5) |
“ |
|
|
227 |
TRUE or FALSE |
|
|
|
|
|
|
|
Preference |
Selector |
Preference Data Type |
Function |
|
Auto Units |
300 |
TRUE or FALSE |
Pref |
|
Units |
301 |
INTEGER |
PrefInt |
|
DXF Units Per Inch |
302 |
REAL |
PrefReal |
|
Auto Model Space Scale |
303 |
TRUE or FALSE |
Pref |
|
Model Space Scale |
304 |
REAL |
PrefReal |
|
2D 3D Import Handling |
305 |
INTEGER |
PrefInt |
|
Map Layers to Classes |
306 |
TRUE or FALSE |
Pref |
|
Convert Mlines to Walls |
307 |
TRUE or FALSE |
Pref |
|
Scale Dash Lengths |
309 |
TRUE or FALSE |
Pref |
|
Dash Length Scale |
310 |
REAL |
PrefReal |
|
Auto Block Attribute Handling |
311 |
TRUE or FALSE |
Pref |
|
Block Attribute Handling |
312 |
INTEGER |
PrefInt |
|
Auto Point Handling |
313 |
TRUE or FALSE |
Pref |
|
Convert Points to Loci |
314 |
TRUE or FALSE |
Pref |
|
Point Symbols are Guides |
315 |
TRUE or FALSE |
Pref |
|
Map Colors to Line Weights |
316 |
TRUE or FALSE |
Pref |
|
Set Line Colors Black |
317 |
TRUE or FALSE |
Pref |
|
Paper Space Units |
318 |
INTEGER |
PrefInt |
|
Auto Scale Dash Lengths |
319 |
TRUE or FALSE |
Pref |
|
Group Record Fields |
320 |
TRUE or FALSE |
Pref |
|
Auto Line Weight Handling |
321 |
TRUE or FALSE |
Pref |
|
Convert Dimensions To
Groups |
322 |
TRUE or FALSE |
Pref |
|
Rays and Lines To Guides |
323 |
TRUE or FALSE |
Pref |
|
|
324 |
TRUE or FALSE |
Pref |
|
Center After Import |
325 |
TRUE or FALSE |
Pref |
|
Use World Origin |
326 |
TRUE or FALSE |
Pref |
|
Set Vectorworks
Units To Match |
327 |
TRUE or FALSE |
Pref |
|
Add Prefix To DXF Layers |
328 |
TRUE or FALSE |
Pref |
|
Prefix To DXF Edit |
329 |
STRING value |
PrefString |
|
External Refs Handling |
330 |
0 (bind external refs) |
PrefInt |
|
|
|
1 (ignore external refs) |
|
|
|
|
2 (create VW refs) |
|
|
|
|
3 (use layer import) |
|
|
ADT Objects 2D View |
331 |
TRUE or FALSE |
Pref |
|
Ignore Block Clipping |
334 |
TRUE or FALSE |
Pref |
|
External Refs Handling |
335 |
0 (VW Conversion Res) |
PrefInt |
|
|
|
1 (Low) |
|
|
|
|
2 (Medium) |
|
|
|
|
3 (High) |
|
|
|
|
4 (Very High) |
|
|
Convert Tables To Worksheets |
338 |
TRUE or FALSE |
Pref |
|
Import As Solid Line |
339 |
TRUE or FALSE |
Pref |
|
Smallest Gap |
340 |
REAL |
PrefReal |
|
|
|
|
|
|
Preference |
Selector |
Preference Data Type |
Function |
|
Default Gradient Fill |
508 |
LONGINT |
PrefLongint |
|
Default Gradient Fill Angle |
512 |
REAL |
PrefReal |
|
Default Gradient Fill Repeat |
513 |
TRUE or FALSE |
Pref |
|
Default Gradient Fill Geometric Type |
515 |
INTEGER |
PrefInt |
|
Default Gradient Fill Mirror |
516 |
TRUE or FALSE |
Pref |
|
Default Image Fill Maintain Aspect Ratio |
517 |
TRUE or FALSE |
Pref |
|
Default Image Fill |
518 |
LONGINT |
PrefLongint |
|
Default Image Fill Angle |
523 |
REAL |
PrefReal |
|
Default Image Fill Repeat |
524 |
TRUE or FALSE |
Pref |
|
Default Image Fill Mirror |
526 |
TRUE or FALSE |
Pref |
|
Default Image Fill Flip |
527 |
TRUE or FALSE |
Pref |
|
Default Fill Style |
528 |
LONGINT |
PrefLongint |
|
Default Fill Type |
529 |
INTEGER |
PrefInt |
|
Default Hatch Fill |
530 |
LONGINT |
PrefLongint |
|
Default Image Fill I-Length |
532 |
REAL (current units) |
PrefReal |
|
Default Image Fill J-Length |
533 |
REAL (current units) |
PrefReal |
|
|
|
|
|
|
Preference |
Selector |
Preference Data Type |
Function |
|
RenderWorks Enabled |
240 |
TRUE or FALSE |
Pref |
|
Disable RenderWorks |
241 |
TRUE or FALSE |
Pref |
|
Enhanced OpenGL Prefs Computed |
147 |
TRUE or FALSE |
Pref |
|
Enhanced OpenGL Shadows |
148 |
TRUE or FALSE |
Pref |
|
Has OpenGL Anti-Aliasing Capability |
593 |
TRUE or False (Read Only) |
Pref |
|
Has OpenGL Draw Edges Capability |
594 |
TRUE or False (Read Only) |
Pref |
|
Has OpenGL Use Shadows Capability |
595 |
TRUE or False (Read Only) |
Pref |
|
Block Until Done Rendering |
596 |
TRUE or False (Write Only) |
Pref |
|
PDF Page Object Paint Node
Resolution |
270 |
LONGINT (DPI) |
PrefLongint |
|
Don't Cache Plug-in Scripts |
407 |
TRUE or FALSE |
Pref |
|
Persistent Python Engine |
412 |
TRUE or FALSE |
Pref |
|
Auto Refresh Mode |
450 |
TRUE or FALSE |
Pref |
|
Snap Angle |
470 |
TRUE or FALSE |
|
|
Snap Intersection |
471 |
TRUE or FALSE |
|
|
Snap Smart Points |
472 |
TRUE or FALSE |
|
|
Snap Distance |
473 |
TRUE or FALSE |
|
|
Snap Smart Edge |
474 |
TRUE or FALSE |
|
|
Snap Constrain Tangent |
475 |
TRUE or FALSE |
|
|
Snap Constrain to Working Plane |
476 |
TRUE or FALSE |
|
|
Snap Constrain to Working Plane Normal |
477 |
TRUE or FALSE |
|
|
Snap Constrain to 3D Vector |
480 |
TRUE or FALSE |
Pref |
|
Reset Render |
479 |
TRUE (write-only) |
|
|
Window Zoom Factor |
500 |
REAL |
PrefReal |
|
Layer Options |
506 |
INTEGER |
PrefInt |
|
Class Options |
507 |
INTEGER |
PrefInt |
|
Hide Wall Cavity Threshold |
540 |
INTEGER |
PrefInt |
|
Save Viewport Cache |
541 |
TRUE or FALSE |
Pref |
|
Display Out-of-Date Viewport Indicator |
6711 |
TRUE or FALSE |
Pref |
|
Smooth Mesh |
542 |
TRUE or FALSE |
Pref |
|
Mesh Crease Angle |
543 |
REAL |
PrefReal |
|
Use Auto Draw Coord |
544 |
TRUE or FALSE |
Pref |
|
Interactive Symbol Scaling |
545 |
1 = Never |
PrefInt |
|
Show Text Files in Plugin Editor |
560 |
TRUE or FALSE |
Pref |
|
Release Version Integer |
570 |
INTEGER |
PrefInt |
|
Symbol Tool Insert Mode |
580 |
1 = Regular |
PrefInt |
|
Symbol Tool Wall Insertion |
581 |
TRUE or FALSE |
Pref |
|
Symbol Tool Alignment Mode |
582 |
1 = Left |
PrefInt |
|
Parametric Enable State Eventing |
590 |
INTEGER |
PrefInt |
|
Update Text Style Size |
685 |
TRUE or FALSE |
Pref |
|
Hide Non Detail |
705 |
TRUE or FALSE |
Pref |
|
Display Horizontal DPI |
1011 |
REAL (read-only) |
PrefReal |
|
Display Vertical DPI |
1012 |
REAL (read-only) |
PrefReal |
|
Screen Plane Mode |
1099 |
TRUE or FALSE |
Pref |
|
Windows 64bit OS |
1100 |
TRUE or FALSE (read-only) |
Pref |
|
GeoRef Layer |
1117 |
INTEGER |
PrefInt |
|
Compact Document Planes |
565 |
TRUE or FALSE (write-only) |
Pref |
|
Number of Document Planes |
566 |
LONGINT |
PrefLongInt |
|
Max Document Planes |
567 |
LONGINT |
PrefLongInt |
|
Plan Rotation Paused |
591 |
TRUE or FALSE (read-only) |
Pref |
|
Plan Rotation Paused Angle |
592 |
REAL (read-only) |
PrefReal |
|
Use Screen and Working Plane |
1102 |
TRUE or FALSE |
Pref |
|
Perspective Cropped |
127 |
TRUE or FALSE |
Pref |
|
Use Old 2D Pan and Zoom |
128 |
TRUE or FALSE |
Pref |
|
Interactive Zoom Pan Mode |
6704 |
TRUE or FALSE |
Pref |
|
Heliodon Interactive Render |
6706 |
TRUE or FALSE |
Pref |
|
Show Clip Cube |
6707 |
TRUE or FALSE |
Pref |
|
Write VS Binary Mode |
6708 |
TRUE or FALSE |
Pref |
|
Show Hidden Line Surface Hatches |
280 |
TRUE or FALSE |
Pref |
|
Show Hidden Line Text And Markers |
281 |
TRUE or FALSE |
Pref |
|
Show Linear Direction Marker |
6719 |
TRUE or FALSE |
Pref |
|
Feedback Scale Factor |
6716 |
REAL (read-only) |
PrefReal |
|
Feedback Resolution |
6717 |
REAL (read-only) |
PrefReal |
|
Document Window Resolution |
671 |
REAL (read-only) |
PrefReal |
|
Show Internal Origin Marker |
6723 |
TRUE or FALSE |
Pref |
|
Always Show Current Tool On FDB |
9999 |
TRUE or FALSE |
Pref |
|
|
|
|
|
|
Object Setting |
Selector |
Setting Value |
Function Type |
|
Dimension Standard |
0 |
1 (Arch) |
ObjectVariableInt |
|
|
|
2 (ASME) |
" |
|
|
|
3 (BSI) |
" |
|
|
|
4 (DIN) |
" |
|
|
|
5 (ISO) |
" |
|
|
|
6 (JIS) |
" |
|
|
|
7 (SIA) |
" |
|
|
|
8 (ASME Dual Side-by-Side) |
" |
|
|
|
9 (ASME Dual Stacked) |
" |
|
Arrows Inside |
3 |
TRUE or FALSE |
ObjectVariableBoolean |
|
Use Text Box (Primary Value) |
5 |
TRUE or FALSE |
ObjectVariableBoolean |
|
Show Primary Dimension Text |
6 |
TRUE or FALSE |
ObjectVariableBoolean |
|
Display Starting Witness Line |
7 |
TRUE or FALSE |
ObjectVariableBoolean |
|
Display Ending Witness Line |
8 |
TRUE or FALSE |
ObjectVariableBoolean |
|
Leader Text (Primary) |
9 |
31 character STRING value |
ObjectVariableString |
|
Trailer Text (Primary) |
10 |
31 character STRING value |
ObjectVariableString |
|
Dimension Tolerancing |
11 |
0 (no tolerance) |
ObjectVariableInt |
|
|
|
1 (single tolerance) |
" |
|
|
|
2 (double tolerance) |
" |
|
|
|
3 (limit tolerance) |
" |
|
Dimension Text Offset |
15 |
REAL |
ObjectVariableReal |
|
Dimension Text Font Size |
17 |
REAL |
ObjectVariableReal |
|
Dimension Text Font Style |
19 |
0 (Plain) |
ObjectVariableInt |
|
|
|
1 (Bold) |
" |
|
|
|
2 (Italic) |
" |
|
|
|
4 (Underline) |
" |
|
|
|
8 (Outline [Mac only]) |
" |
|
|
|
16 (Shadow [Mac only]) |
" |
|
Dimension Precision (Primary) |
20 |
For decimal precision: value is digits after decimal point. |
ObjectVariableLongint |
|
|
|
For fractional precision: value is power of 2 for fractional denominator (1 for 1/2, 2 for 1/4, 3 for 1/8, 4 for 1/16, etc). |
" |
|
|
|
For angular precision: 1 for whole number, 2 (degrees min), 3 (degrees min sec), 5 (x.x angular units), 6 (x.xx), 7 (x.xxx), 8 (x.xxxx), 9 (x.xxxxx), 10 (x.xxxxxx), 11 (x.xxxxxxx), 12 (x.xxxxxxxx) |
" |
|
Dimension Precision (Secondary) |
21 |
For decimal precision: value is digits after decimal point. |
ObjectVariableLongint |
|
|
|
For fractional precision: value is power of 2 for fractional denominator (1 for 1/2, 2 for 1/4, 3 for 1/8, 4 for 1/16, etc). |
" |
|
|
|
For angular precision: value is not used. |
" |
|
Use Text Box (Secondary) |
22 |
TRUE or FALSE |
ObjectVariableBoolean |
|
Show Secondary Dimension Text |
23 |
TRUE or FALSE |
ObjectVariableBoolean |
|
Leader Text (Secondary) |
24 |
31 character STRING value |
ObjectVariableString |
|
Trailer Text (Secondary) |
25 |
31 character STRING value |
ObjectVariableString |
|
Dimension Type |
26 |
0 (Constrained) |
ObjectVariableInt |
|
|
|
1 (Unconstrained) |
" |
|
|
|
2 (Ordinate) |
" |
|
|
|
3 (Radial) |
" |
|
|
|
4 (Diameter) |
" |
|
|
|
5 (Angular) |
" |
|
Dimension Standard Name |
27 |
STRING value |
ObjectVariableString |
|
Dimension Font ID |
28 |
Font ID |
ObjectVariableInt |
|
Calculate Dim Text Position |
29 |
TRUE or FALSE |
ObjectVariableBoolean |
|
Force Dim Text Inside |
30 |
TRUE or FALSE |
ObjectVariableBoolean |
|
Angle is Reference |
31 |
TRUE or FALSE |
ObjectVariableBoolean |
|
Show Only Primary |
32 |
TRUE or FALSE |
ObjectVariableBoolean |
|
Show Only Secondary |
33 |
TRUE or FALSE |
ObjectVariableBoolean |
|
Top Tolerance Value |
34 |
REAL value |
ObjectVariableReal |
|
Bottom Tolerance Value |
35 |
REAL value |
ObjectVariableReal |
|
Top Tolerance String |
36 |
STRING |
ObjectVariableString |
|
Bottom Tolerance String |
37 |
STRING |
ObjectVariableString |
|
Use Tolerance Strings |
38 |
TRUE or FALSE |
ObjectVariableBoolean |
|
Flip Text |
39 |
TRUE or FALSE |
ObjectVariableBoolean |
|
Dimension Text Font Size |
40 |
in points |
ObjectVariableReal |
|
Dimension Text Rotation |
41 |
0 = Aligned, |
ObjectVariableInt |
|
Dim Text Offset Above Line |
43 |
REAL (current units) |
ObjectVariableReal |
|
Dim Text Offset |
44 |
REAL value |
ObjectVariableReal |
|
Dimension Offset |
45 |
REAL (current units) |
ObjectVariableReal |
|
Show Elevation Dimension (SIA Only) |
46 |
TRUE or FALSE |
ObjectVariableBoolean |
|
Elevation Dimension Value (SIA Only) |
47 |
REAL value |
ObjectVariableReal |
|
Leader Text for Elevation Dimension (SIA Only) |
48 |
31 character STRING value |
ObjectVariableString |
|
Trailer Text for Elevation Dimension (SIA Only) |
49 |
31 character STRING value |
ObjectVariableString |
|
Leader Arrow Width |
50 |
INTEGER |
ObjectVariableInt |
|
Text Style |
51 |
Text Style Index |
ObjectVariableLongInt |
| Witness Override Settings |
1235 |
0 = Standard 1 = Single Custom Length 2 = Mutiple Custom Length 3 = Single Custom Offset 4 = Mutiple Custom Offset |
ObjectVariableInt |
| Witness Line Length for Single Custom or Starting Mutiple Custom |
1236 |
REAL value |
ObjectVariableReal |
| Witness Line Length for Ending Witness Line |
1237 |
REAL value < |
ObjectVariableReal |
| Witness Line offset for Single Custom or Starting Mutiple Custom |
1238 |
REAL value < |
ObjectVariableReal |
| Witness Line offset for Ending Witness Line |
1239 |
REAL value |
ObjectVariableReal |
| Leader Line Visibility |
1240 |
TRUE or FALSE |
ObjectVariableBoolean |
| Leader Line Marker Type |
1241 |
Marker Type |
ObjectVariableLongint |
| Leader Line Marker Size |
1242 |
INTEGER |
ObjectVariableInt |
| Leader Line Marker Angle |
1243 |
INTEGER |
ObjectVariableInt |
| Leader Line Marker Thickness Basis |
1244 |
INTEGER |
ObjectVariableInt |
| Leader Line Marker Thickness |
1245 |
INTEGER |
ObjectVariableInt |
| Leader Line Marker Visibility |
1246 |
-1 = Undefined Visibility |
ObjectVariableInt |
| The width of the marker for the leader line |
1247 |
INTEGER |
ObjectVariableInt |
| Dimension Text Style |
1248 |
LONGINT |
ObjectVariableLongint |
| Use SIA Custom Elevation Dimension |
1249 |
TRUE or FALSE |
ObjectVariableBoolean |
| Witness Line Perp to Chord |
1250 |
TRUE or FALSE (read-only) |
ObjectVariableBoolean |
|
Arc Indicator |
1251 |
TRUE or FALSE (read-only) |
ObjectVariableBoolean |
|
Clockwise Arc |
1252 |
TRUE or FALSE (read-only) |
ObjectVariableBoolean |
|
Dim Note Text |
1233 |
The note text under dimension line or value. |
ObjectVariableString |
|
Viewport RePosition Dimension Text |
1042 |
TRUE or FALSE |
ObjectVariableBoolean |
|
Text Position |
52 |
0 = Above/Left |
ObjectVariableInt |
|
|
|
|
|
|
Object Setting |
Selector |
Setting Value |
Function |
|
Light On |
50 |
TRUE or FALSE |
ObjectVariableBoolean |
|
Brightness |
51 |
REAL (percentage) |
ObjectVariableReal |
|
Shadow Casting On |
53 |
TRUE or FALSE |
ObjectVariableBoolean |
|
Light Type |
55 |
1 (Directional) |
ObjectVariableInt |
|
|
|
2 (Point) |
" |
|
|
|
3 (Spotlight) |
" |
|
Light Position |
56 |
Point |
ObjectVariablePoint |
|
Light Pan Angle |
57 |
REAL value |
ObjectVariableReal |
|
Light Tilt Angle |
58 |
REAL value |
ObjectVariableReal |
|
Distance Falloff Type |
59 |
0 (None) |
ObjectVariableInt |
|
|
|
1 (Smooth) |
" |
|
|
|
2 (Sharp) |
" |
|
Angular Falloff Type |
60 |
0 (none) |
ObjectVariableInt |
|
|
|
1 ( |
" |
|
|
|
2 (Smooth) |
" |
|
|
|
3 (Sharp) |
" |
|
Light Spread Angle |
61 |
REAL value |
ObjectVariableReal |
|
Beam Angle |
62 |
REAL value |
ObjectVariableReal |
|
Light Lit Fog |
63 |
TRUE or FALSE |
ObjectVariableBoolean |
|
Use Soft Shadows |
64 |
TRUE or FALSE |
ObjectVariableBoolean |
|
|
|
|
|
|
Object Setting |
Selector |
Setting Value |
Function |
|
Symbol Light Multiplier |
100 |
REAL value |
ObjectVariableReal |
|
Symbol Scale Type |
101 |
1 (None) |
ObjectVariableInt |
|
|
|
2 (Symmetric) |
" |
|
|
|
3 (Asymmetric) |
" |
|
Symbol X Scale Factor |
102 |
REAL value |
ObjectVariableReal |
|
Symbol Y Scale Factor |
103 |
REAL value |
ObjectVariableReal |
|
Symbol Z Scale Factor |
104 |
REAL value |
ObjectVariableReal |
|
Symbol Insert Mode |
125 |
0 (On center of wall) |
ObjectVariableInt |
|
|
|
1 (On edge of wall) |
" |
|
Symbol Break Mode |
126 |
1 (Full break) |
ObjectVariableInt |
|
|
|
2 (Full break no caps) |
" |
|
|
|
3 (Half break) |
" |
|
|
|
4 (no break) |
" |
|
Insert As Group |
127 |
TRUE or FALSE |
ObjectVariableBoolean |
|
Use Class of Symbol Definition |
128 |
TRUE or FALSE |
ObjectVariableBoolean |
|
Symbol Definition Insert Into Walls |
129 |
TRUE or FALSE |
ObjectVariableBoolean |
|
Symbol Definition Page Based |
130 |
TRUE or FALSE |
ObjectVariableBoolean |
|
|
|
|
|
|
Object Setting |
Selector |
Setting Value |
Function |
|
Slab Type |
172 |
1 (Roof) |
ObjectVariableInt |
|
|
|
2 (Floor) |
" |
|
|
|
3 (Column) |
" |
|
Slab Thickness |
173 |
REAL (current units) |
ObjectVariableReal |
|
Slab Height |
174 |
REAL (current units) (1) |
ObjectVariableReal |
|
Roof Edge Miter Type |
180 |
1 (Vertical) |
ObjectVariableInt |
|
|
|
2 (Horizontal) |
" |
|
|
|
3 (Compound) |
" |
|
Double Miter Ratio Value |
181 |
REAL value (3 ) |
ObjectVariableReal |
|
Roof Rise |
182 |
REAL (current units) (2) |
ObjectVariableReal |
|
Roof Run |
183 |
REAL (current units) (2) |
ObjectVariableReal |
|
|
|
|
|
|
Notes |
|
|
|
|
|||
|
|
|
|
|
|
Object Setting |
Selector |
Setting Value |
Function |
|
Layer Ambient Status |
150 |
TRUE or FALSE |
ObjectVariableBoolean |
|
Layer Ambient Brightness |
151 |
REAL value |
ObjectVariableReal |
|
Layer Ambient Color |
152 |
Point value |
ObjectVariablePoint |
|
Layer Visibility |
153 |
-1 (Invisible) |
ObjectVariableInt |
|
|
|
0 ( |
" |
|
|
|
2 (Grayed) |
" |
|
Layer Type |
154 |
INTEGER |
GetObjectVariableInt |
|
Layer Printing DPI |
155 |
INTEGER |
GetObjectVariableInt |
|
Layer Renderworks Background |
591 |
LONGINT |
GetObjectVariableLongint |
|
Layer Renderworks Image Background Offset |
1300 |
Point value |
ObjectVariablePoint |
|
Layer Repaginate |
156 |
TRUE or FALSE |
ObjectVariableBoolean |
|
Layer Height |
157 |
REAL (current units) |
ObjectVariableReal |
|
Layer Thickness |
158 |
REAL (current units) |
ObjectVariableReal |
|
Layer Description |
159 |
STRING value |
ObjectVariableString |
|
HDRI Layer |
592 |
LONGINT |
GetObjectVariableLongint |
|
|
|
|
|
|
Object Setting |
Selector |
Setting Value |
Function |
|
Source Layer Name |
160 |
STRING value |
ObjectVariableString |
|
Project 2D Objects |
161 |
TRUE or FALSE |
ObjectVariableBoolean |
|
Layer Expanded Sheet Name |
162 |
STRING value |
ObjectVariableString |
|
|
|
|
|
|
Object Setting |
Selector |
Setting Value |
Function |
|
Projection Type |
1000 |
INTEGER |
ObjectVariableInt |
|
Render Type |
1001 |
INTEGER |
ObjectVariableInt |
|
Perspective Distance |
1002 |
REAL |
ObjectVariableReal |
|
Scale |
1003 |
REAL |
ObjectVariableReal |
|
Needs Update |
1004 |
TRUE of FALSE |
ObjectVariableBoolean |
|
Project 2D |
1005 |
TRUE of FALSE |
ObjectVariableBoolean |
|
Render Background |
1006 |
LONGINT |
GetObjectVariableLongint |
|
Renderworks Image Background Offset |
1300 |
Point value |
ObjectVariablePoint |
|
View Type |
1007 |
INTEGER |
ObjectVariableInt |
|
Line Weight Scale |
1008 |
REAL |
ObjectVariableReal |
|
Arrowhead Scale |
1009 |
REAL |
ObjectVariableReal |
|
Dashed Line Scale |
1010 |
REAL |
ObjectVariableReal |
|
Hatch Line Scale |
1011 |
REAL |
ObjectVariableReal |
|
Design Text Scale |
1012 |
REAL |
ObjectVariableReal |
|
Slash Thickness Scale |
1013 |
REAL |
ObjectVariableReal |
|
Ambient light is ON |
1014 |
TRUE or FALSE |
ObjectVariableBoolean |
|
Ambient Light Brightness |
1015 |
REAL |
ObjectVariableReal |
|
Ambient Light Color |
1016 |
Point |
ObjectVariablePoint |
|
Design Layer Visibility In All Viewports |
1017 |
INTEGER |
ObjectVariableInt |
|
Class Visibility In All Viewports |
1018 |
INTEGER |
ObjectVariableInt |
|
HDRI Viewport |
1019 |
LONGINT |
GetObjectVariableLongint |
|
2D Class Attributes |
1020 |
LONGINT |
GetObjectVariableLongint |
|
2D Other Attributes |
1021 |
LONGINT |
GetObjectVariableLongint |
|
3D Class Fill Style |
1022 |
LONGINT |
GetObjectVariableLongint |
|
3D Class Line Style |
1023 |
LONGINT |
GetObjectVariableLongint |
|
Viewport x Position |
1024
|
REAL
|
ObjectVariableReal |
|
Viewport y Position |
1025
|
REAL
|
ObjectVariableReal |
|
Angle With Axis |
1026 |
REAL
|
ObjectVariableReal |
|
Shadow Wall Components |
1027 |
TRUE or FALSE
|
ObjectVariableBoolean |
|
Gray Transparent |
1028 |
TRUE or FALSE
|
ObjectVariableBoolean |
|
Flip Text |
1029 |
TRUE or FALSE
|
ObjectVariableBoolean |
|
Black and White |
1030 |
TRUE or FALSE
|
ObjectVariableBoolean |
|
Viewport Use Document Class Visibility |
1031 |
TRUE or FALSE
|
ObjectVariableBoolean |
|
Viewport Description |
1032 |
STRING value
|
ObjectVariableString |
|
Viewport Locator |
1033 |
STRING value
|
ObjectVariableString |
|
Viewport Is Linked |
1034 |
TRUE or FALSE
|
ObjectVariableBoolean |
|
Viewport Display Planar |
1035 |
TRUE or FALSE
|
ObjectVariableBoolean |
|
Viewport Foreground Render Type |
1036 |
INTEGER
|
ObjectVariableInt |
|
Viewport Has Camera |
1037 |
Read Only |
ObjectVariableBoolean |
|
Camera Attached to Viewport |
1038 |
Read Only |
ObjectVariableBoolean |
|
Viewport Crop Visible |
1039 |
TRUE or FALSE |
ObjectVariableBoolean |
|
Viewport Layer Height Ignored |
1040 |
Read Only |
ObjectVariableBoolean |
|
Viewport Lighting Devive Overide Link |
1041 |
RefNumber |
ObjectVariableLongInt |
|
|
|
|
|
|
Object Setting |
Selector |
Setting Value |
Function |
|
Counterclockwise Round Wall |
570 |
TRUE or FALSE |
ObjectVariableBoolean |
|
Round Wall Radius |
571 |
REAL |
ObjectVariableReal |
|
Wall Left Gross Area |
608 |
REAL |
ObjectVariableReal |
|
Wall Right Gross Area |
609 |
REAL |
ObjectVariableReal |
|
Wall Gross Area |
610 |
REAL |
ObjectVariableReal |
|
Wall Left Net Area |
611 |
REAL |
ObjectVariableReal |
|
Wall Right Net Area |
612 |
REAL |
ObjectVariableReal |
|
Wall Net Area |
613 |
REAL |
ObjectVariableReal |
|
Wall Left Average Height |
614 |
REAL |
ObjectVariableReal |
|
Wall Right Average Height |
615 |
REAL |
ObjectVariableReal |
|
Wall Average Height |
616 |
REAL |
ObjectVariableReal |
|
Hide Cavity Detail |
701 |
TRUE or FALSE |
ObjectVariableBoolean |
|
|
|
|
|
|
Object Setting |
Selector |
Setting Value |
Function |
|
Thickness |
1177 |
REAL (2) |
ObjectVariableReal |
|
Fill |
1178 |
LONGINT pattern (0 to 71) or negative Hatch, Gradient, or Image index (2) |
ObjectVariableLongint |
|
Pen Style |
1179 |
INTEGER pattern (2) |
ObjectVariableLongint |
|
Pen Weight |
1180 |
INTEGER (2) |
ObjectVariableInt |
|
Fill Foreground Color |
1181 |
INTEGER Color index (0 to 255) (2) |
ObjectVariableInt |
|
Fill Background Color |
1182 |
INTEGER Color index (0 to 255) (2) |
ObjectVariableInt |
|
Pen Foreground Color |
1183 |
INTEGER Color index (0 to 255) (2) |
ObjectVariableInt |
|
Pen Background Color |
1185 |
INTEGER Color index (0 to 255) (2) |
ObjectVariableInt |
|
Use Fill Class Attributes |
1186 |
TRUE or FALSE |
ObjectVariableBoolean |
|
Use Pen Class Attributes |
1187 |
TRUE or FALSE |
ObjectVariableBoolean |
|
Use Class Opacity |
1188 |
TRUE or FALSE |
ObjectVariableBoolean |
|
Cap Attributes Type |
1189 |
0 = Wall |
ObjectVariableInt |
|
Caps |
1194 |
0 = None |
ObjectVariableInt |
|
Class |
1195 |
LONGINT Class index |
ObjectVariableLongInt |
|
Control Offset |
1196 |
REAL |
ObjectVariableReal |
|
Texture Set |
1197 |
0 = Object Texture |
ObjectVariableInt |
|
Overall Texture |
1198 |
LONGINT Texture index |
ObjectVariableLongint |
|
Left Texture
|
1199 |
LONGINT Texture index |
ObjectVariableLongint |
|
Right Texture
|
1200 |
LONGINT Texture index |
ObjectVariableLongint |
|
Start Cap Texture |
1201 |
LONGINT Texture index |
ObjectVariableLongint |
|
End Cap Texture |
1202 |
LONGINT Texture index |
ObjectVariableLongint |
|
Top Texture |
1203 |
LONGINT Texture index |
ObjectVariableLongint |
|
Bottom Texture |
1204 |
LONGINT Texture index |
ObjectVariableLongint |
|
Hole Texture |
1205 |
LONGINT Texture index |
ObjectVariableLongint |
|
Sides Texture |
1206 |
LONGINT Texture index |
ObjectVariableLongint |
|
Mark |
1207 |
STRING (2) |
ObjectVariableString |
|
Description |
1208 |
STRING (2) |
ObjectVariableString |
|
Function |
1209 |
STRING (2) |
ObjectVariableString |
|
Exterior |
1210 |
TRUE or FALSE (2) |
ObjectVariableBoolean |
|
Load Bearing |
1211 |
TRUE or FALSE (2) |
ObjectVariableBoolean |
|
Fire Rating |
1212 |
STRING (2) |
ObjectVariableString |
|
Combustible Construction |
1213 |
TRUE or FALSE (2) |
ObjectVariableBoolean |
|
Compartmentation |
1214 |
TRUE or FALSE (2) |
ObjectVariableBoolean |
|
U Value |
1215 |
REAL (2) |
ObjectVariableReal |
|
R Value |
1216 |
REAL (2) |
ObjectVariableReal |
|
Acoustic Rating |
1217 |
STRING (2) |
ObjectVariableString |
|
Cost Index System |
1218 |
STRING (2) |
ObjectVariableString |
|
Cost Index Code |
1219 |
STRING (2) |
ObjectVariableString |
|
Model |
1220 |
STRING (2) |
ObjectVariableString |
|
Manufacturer |
1221 |
STRING (2) |
ObjectVariableString |
|
URL |
1222 |
STRING (2) |
ObjectVariableString |
|
Fit Tile to Wall |
1224 |
TRUE or FALSE (2) |
ObjectVariableBoolean |
|
|
|
|
|
|
Notes |
|
|
|
|
|||
|
|
|
|
|
|
Object Setting |
Selector |
Setting Value |
Function |
|
Insertion Mode |
123 |
0 (On center of wall) |
ObjectVariableInt |
|
|
|
1 (On edge of wall) |
" |
|
Break Mode |
124 |
1 (Full break) |
ObjectVariableInt |
|
|
|
2 (Full break no caps) |
" |
|
|
|
3 (Half break) |
" |
|
|
|
4 (no break) |
" |
|
Font Style Enabled |
800 |
TRUE or FALSE |
ObjectVariableBoolean |
|
CreateCustomObject Don't Insert in Wall |
6709 |
TRUE or FALSE |
ObjectVariableBoolean |
|
Parametric Internal ID |
1165 |
INTEGER (read-only) |
ObjectVariableInt |
|
Parametric Localized Name |
1166 |
STRING (read-only) |
ObjectVariableString |
|
Immediate Reset |
1167 |
Write Only (Use on SDK parametric objects only!) |
ObjectVariableBoolean |
|
|
|
|
|
|
Object Setting |
Selector |
Setting Value |
Function |
|
Object Is 3D |
650 |
TRUE or FALSE (read-only) |
GetObjectVariableBoolean |
|
Object Is 2D |
651 |
TRUE or FALSE (read-only) |
GetObjectVariableBoolean |
|
|
|
|
|
|
Object Setting |
Selector |
Setting Value |
Function |
|
Worksheet Header |
80 |
STRING value |
ObjectVariableString |
|
Worksheet Footer |
81 |
STRING value |
ObjectVariableString |
|
Show Database Headers |
82 |
TRUE or FALSE |
ObjectVariableBoolean |
|
Show Gridlines |
83 |
TRUE or FALSE |
ObjectVariableBoolean |
|
Show Tabs |
84 |
TRUE or FALSE |
ObjectVariableBoolean |
|
Auto-Recalculate |
85 |
TRUE or FALSE |
ObjectVariableBoolean |
|
Default Font Index |
86 |
INTEGER value |
ObjectVariableInt |
|
Default Font Size |
87 |
INTEGER value |
ObjectVariableInt |
|
Top Print Margin |
88 |
REAL value |
ObjectVariableReal |
|
Left Print Margin |
89 |
REAL value |
ObjectVariableReal |
|
Bottom Print Margin |
90 |
REAL value |
ObjectVariableReal |
|
Right Print Margin |
91 |
REAL value |
ObjectVariableReal |
|
|
|
|
|
|
Object Setting |
Selector |
Data Type |
Function |
|
Texturable Object |
500 |
TRUE or FALSE (read-only) |
ObjectVariableBoolean |
|
Expanded Material Set |
501 |
TRUE or FALSE (1) |
ObjectVariableBoolean |
|
Material Size |
511 |
REAL (current units) |
ObjectVariableReal |
|
Texture Bitmap Horiz Repeat |
524 |
TRUE or FALSE |
ObjectVariableBoolean |
|
Texture Bitmap Vertical Repeat |
525 |
TRUE or FALSE |
ObjectVariableBoolean |
|
Texture Bitmap Feature Size |
527 |
REAL (current units) |
ObjectVariableReal |
|
Paint Width |
530 |
LONGINT (pixels) |
ObjectVariableLongint |
|
Paint Height |
531 |
LONGINT (pixels) |
ObjectVariableLongint |
|
Texture Space Type |
540 |
0 (Plane) |
ObjectVariableInt |
|
|
|
1 (Sphere) |
" |
|
|
|
2 (Cylinder) |
" |
|
|
|
3 (Algorithmic/Perimeter) |
" |
|
|
|
4 (Shader) |
" |
|
Texture Space Scale |
543 |
REAL |
ObjectVariableReal |
|
Texture Space Rotation |
544 |
REAL value (in radians) |
ObjectVariableReal |
|
Texture Space Use Start Cap |
546 |
TRUE or FALSE (3) |
ObjectVariableBoolean |
|
Texture Space Use End Cap |
547 |
TRUE or FALSE (3) |
ObjectVariableBoolean |
|
Texture Space Part ID |
548 |
INTEGER index (4) |
ObjectVariableInt |
|
Texture Space Radius |
549 |
REAL (current units) (2) |
ObjectVariableReal |
|
Shader Record Image Node |
552 |
Handle (Read Only) |
ObjectVariableHandle |
|
Shader Record Brick Image Node |
553 |
Handle (Read Only) |
ObjectVariableHandle |
|
Shader Record Brick Gap Image Node |
554 |
Handle (Read Only) |
ObjectVariableHandle |
|
Shader Record Brick Alt Image Node |
555 |
Handle (Read Only) |
ObjectVariableHandle |
|
Shader Record Grass Image Node |
556 |
Handle (Read Only) |
ObjectVariableHandle |
|
Shader Record Displacement On or Off |
557 |
True or False |
ObjectVariableBoolean |
Shader Record Displacement Quality |
558 |
1-12 |
ObjectVariableInt |
|
Same Texture as Parent
Wall |
704 |
TRUE or FALSE |
ObjectVariableBoolean |
|
|
|
|
|
|
Notes |
|
|
|
|
|||
|
Texture Part ID |
|
|
Component Part |
Part ID |
|
Overall |
1 |
|
Top of Extrude or Sweep |
4 |
|
Bottom of Extrude or Sweep |
5 |
|
Sides of Extrude or Sweep |
6 |
|
Wall Left |
7 |
|
Wall Right |
8 |
|
Wall Start Cap |
9 |
|
Wall End Cap |
10 |
|
Wall Top |
11 |
|
Wall Bottom |
12 |
|
Wall Holes |
13 |
|
Slab Top |
14 |
|
Slab Bottom |
15 |
|
Slab Sides |
16 |
|
Roof Top |
17 |
|
Roof Bottom |
18 |
|
Roof Sides |
19 |
|
Roof Walls |
20 |
|
Roof Fascia |
21 |
|
Roof Attic |
22 |
|
Roof Soffit |
23 |
|
Texture by Class Object Type |
-1 |
|
Texture by Class Other |
-2 |
|
Texture by Class Wall Right |
-3 |
|
Texture by Class Wall Left |
-4 |
|
Texture by Class Wall Center |
-5 |
|
Texture by Class Roof Top |
-6 |
|
Texture by Class Roof Dormer |
-7 |
|
|
|
|
|
|
Object Setting |
Selector |
Data Type |
Function |
|
Fill Angle |
74 |
REAL (radians) |
ObjectVariableReal |
|
Fill Repeat |
75 |
TRUE or FALSE |
ObjectVariableBoolean |
|
Fill Mirror |
76 |
TRUE or FALSE |
ObjectVariableBoolean |
|
Image Flip |
77 |
TRUE or FALSE |
ObjectVariableBoolean |
|
Gradient Geometry Type |
78 |
LONGINT |
ObjectVariableLongint |
|
Image Aspect Ratio |
79 |
TRUE or FALSE |
ObjectVariableBoolean |
|
Fill X Offset |
110 |
REAL (current units) |
ObjectVariableReal |
|
Fill Y Offset |
111 |
REAL (current units) |
ObjectVariableReal |
|
Fill I-Axis Length |
112 |
REAL (current units) |
ObjectVariableReal |
|
Fill J-Axis Length |
113 |
REAL (current units) |
ObjectVariableReal |
|
Image Width in Pixels |
534 |
LONGINT |
ObjectVariableLongint |
|
Image Width in Pixels |
535 |
LONGINT |
ObjectVariableLongint |
|
|
|
|
|
|
Object Setting |
Selector |
Data Type |
Function |
|
Number of Levels |
660 |
INTEGER |
GetObjectVariableInt |
|
Is Transparent |
661 |
TRUE or FALSE |
ObjectVariableBoolean |
|
Has Page Units |
662 |
TRUE or FALSE |
ObjectVariableBoolean |
|
Rotate In Wall |
663 |
TRUE or FALSE |
ObjectVariableBoolean |
|
Rotate In Symbol |
664 |
TRUE or FALSE |
ObjectVariableBoolean |
|
|
|
|
|
|
Object Setting |
Selector |
Data Type |
Function |
|
Is Tile Page Space |
1170 |
TRUE or FALSE |
ObjectVariableBoolean |
|
Is Tile Background Transparent |
1171 |
TRUE or FALSE |
ObjectVariableBoolean |
|
Tile Offset Point |
1172 |
Point |
ObjectVariablePoint |
|
Tile Repetition Point |
1173 |
Point |
ObjectVariablePoint |
|
Rotate In Wall |
1174 |
TRUE or FALSE |
ObjectVariableBoolean |
|
Rotate In Symbol |
1175 |
TRUE or FALSE |
ObjectVariableBoolean |
|
|
|
|
|
|
Object Setting |
Selector |
Data Type |
Function |
|
Renderworks Style Mode |
1253 |
INTEGER |
ObjectVariableInt |
|
Renderworks Style Background |
1254 |
HANDLE |
ObjectVariableHandle |
|
Enable Anti Aliasing |
1255 |
TRUE or FALSE |
ObjectVariableBoolean |
|
Enable Shadows |
1256 |
TRUE or FALSE |
ObjectVariableBoolean |
|
Enable Blurriness |
1257 |
TRUE or FALSE |
ObjectVariableBoolean |
|
Enable Textures |
1258 |
TRUE or FALSE |
ObjectVariableBoolean |
|
Enable Colors |
1259 |
TRUE or FALSE |
ObjectVariableBoolean |
|
Image Exposure |
1260 |
INTEGER |
ObjectVariableInt |
|
Geometry Quality |
1261 |
INTEGER |
ObjectVariableInt |
|
Anti Aliasing Quality |
1262 |
INTEGER |
ObjectVariableInt |
|
Indirect Lighting Quality |
1263 |
INTEGER |
ObjectVariableInt |
|
Soft Shadows Quality |
1264 |
INTEGER |
ObjectVariableInt |
|
Blurriness Quality |
1265 |
INTEGER |
ObjectVariableInt |
|
Environment Lighting Quality |
1266 |
INTEGER |
ObjectVariableInt |
|
Max Reflections |
1267 |
INTEGER |
ObjectVariableInt |
|
Apply Lighting |
1268 |
TRUE or FALSE |
ObjectVariableBoolean |
|
Indirect Lighting |
1269 |
LONGINT |
ObjectVariableLongInt |
|
HDRI RefNumber |
1270 |
LONGINT |
ObjectVariableLongInt |
|
HDRI Options |
1271 |
LONGINT |
ObjectVariableLongInt |
|
Has HDRI Options |
1272 |
TRUE or FALSE |
ObjectVariableBoolean |
|
Enable Ambient |
1273 |
TRUE or FALSE |
ObjectVariableBoolean |
|
Ambient Brightness |
1274 |
REAL |
ObjectVariableReal |
|
Ambient Color Red |
1275 |
REAL |
ObjectVariableReal |
|
Ambient Color Green |
1276 |
REAL |
ObjectVariableReal |
|
Ambient Color Blue |
1277 |
REAL |
ObjectVariableReal |
|
Emitter Brightness |
1278 |
LONGINT |
ObjectVariableLongInt |
|
White Color Temp |
1279 |
LONGINT |
ObjectVariableLongInt |
|
Apply Background |
1280 |
TRUE or FALSE |
ObjectVariableBoolean |
|
Render Style Apply Edges |
1301 |
TRUE or FALSE |
ObjectVariableBoolean |
|
Render Style |
1281 |
HANDLE |
ObjectVariableHandle |
|
Artistic Renderworks Shader |
1282 |
HANDLE |
ObjectVariableHandle |
|
Artistic Renderworks Shader Image |
1283 |
HANDLE |
ObjectVariableHandle |
|
Render Modes |
|
|
Mode |
ID |
|
Wireframe |
1 |
|
Quick |
2 |
|
Solid |
3 |
|
Shaded Solid |
4 |
|
Shaded No Lines |
5 |
|
Final Shaded |
6 |
|
FinalHiddenLine |
7 |
|
Dashed Hidden Line |
8 |
|
2D Section |
9 |
|
3D Section |
10 |
|
OpenGL |
11 |
|
Fast Renderworks |
12 |
|
Fast Shadow Renderworks |
13 |
|
Final Quality Renderworks |
14 |
|
Custom Renderworks |
15 |
|
VRML |
16 |
|
Artistic Renderworks |
17 |
|
Sketch |
18 |
|
|
|
|
|
|
Object Setting |
Selector |
Data Type |
Function |
|
Text Style Font Index |
1360 |
Font Index |
ObjectVariableLongInt |
|
Text Style Size |
1361 |
Real |
ObjectVariableReal |
|
Text Style Leading |
1362 |
REAL |
ObjectVariableReal |
|
Text Style Vert Spacing |
1363 |
1 = Single |
ObjectVariableInt |
|
Text Style Style |
1364 |
0 = Plane |
ObjectVariableInt |
|
Horizontal Alignment |
1365 |
1 = Left |
ObjectVariableInt |
|
Vertical Alignment |
1366 |
1 = Top Box |
ObjectVariableInt |
|
Text Color |
1367 |
Color Index |
ObjectVariableLongInt |
|
Text Background Color |
1368 |
Color Index |
ObjectVariableLongInt |
|
Use Background Color |
1369 |
TRUE or FALSE |
ObjectVariableBoolean |
|
|
|
|
|
|
Object Setting |
Selector |
Data Type |
Function |
|
Sweep Z Offset |
401 |
REAL (current units) |
ObjectVariableReal |
|
Saved View Saves View Orientation |
450 |
TRUE or FALSE |
ObjectVariableBoolean |
|
Saved View Saves Page Location |
451 |
TRUE or FALSE |
ObjectVariableBoolean |
|
Saved View Saves Class Visibilities |
452 |
TRUE or FALSE |
ObjectVariableBoolean |
|
Set Design Layer Visibility in All Saved Views |
454 |
-1 (Invisible) |
ObjectVariableInt |
|
|
|
0 ( |
" |
|
|
|
2 (Grayed) |
" |
|
|
|
3 (Don't Save) |
" |
|
Set Class Visibility in All Saved Views |
455 |
-1 (Invisible) |
ObjectVariableInt |
|
|
|
0 ( |
" |
|
|
|
2 (Grayed) |
" |
|
|
|
3 (Don't Save) |
" |
|
Saved View Saves Zoom and Pan |
456 |
TRUE or FALSE |
ObjectVariableBoolean |
|
Saved View Saves Layer Visibilities |
453 |
TRUE or FALSE |
ObjectVariableBoolean |
|
Saved Sheet Active Layer |
459 |
Internal Index (Read Only) |
ObjectVariableLongInt |
|
Saved Sheet Active Class |
460 |
Internal Index (Read Only) |
ObjectVariableLongInt |
|
Saved Sheet Projection |
461 |
Read Only |
ObjectVariableInt |
|
Saved Sheet Layer Options |
462 |
Read Only |
ObjectVariableInt |
|
Saved Sheet Class Options |
463 |
Read Only |
ObjectVariableInt |
|
Bitmap Object Compression |
532 |
0 (None) |
ObjectVariableLongInt |
|
|
|
1 (JPEG) |
" |
|
|
|
2 (PNG) |
" |
|
|
|
3 (PNG Monochrome) |
" |
|
Image Resource Compression |
533 |
0 (None) |
ObjectVariableLongInt |
|
|
|
1 (JPEG) |
" |
|
|
|
2 (PNG) |
" |
|
|
|
3 (PNG Monochrome) |
" |
|
Solid Has History |
630 |
TRUE or FALSE |
ObjectVariableBoolean |
|
Solid Scale X |
631 |
REAL scale factor |
ObjectVariableReal |
|
Solid Scale Y |
632 |
REAL scale factor |
ObjectVariableReal |
|
Solid Scale Z |
633 |
REAL scale factor |
ObjectVariableReal |
|
Is 2D Poly Clockwise |
652 |
TRUE or FALSE |
GetObjectVariableBoolean |
|
Text Is Linked To Record |
680 |
TRUE or FALSE |
GetObjectVariableBoolean |
|
Unlink Text To Record |
686 |
TRUE (Write Only) |
GetObjectVariableBoolean |
|
Text To Record Format Linked Record Format |
1350 |
Internal Index |
GetObjectVariableInt |
|
Text To Record Format Linked Field |
1351 |
Field Index |
GetObjectVariableInt |
|
Text Repeating Tab |
682 |
REAL (current units) |
ObjectVariableReal |
|
Text Has Tight Fill |
684 |
TRUE or FALSE |
ObjectVariableBoolean |
|
Object Fill Style |
695 |
LONGINT |
ObjectVariableLongint |
|
Object Fill Type |
696 |
INTEGER |
GetObjectVariableInt |
|
Object is Locked |
700 |
TRUE or FALSE |
ObjectVariableBoolean |
|
Mark Object as Structural |
702 |
True or False |
ObjectVariableBoolean |
|
First Aux List Object |
703 |
|
|
|
Custom Object Area |
801 |
REAL (current units) |
ObjectVariableReal |
|
Custom Object `Perimeter |
802 |
REAL (current units) |
" |
|
Format is Visible |
900 |
TRUE or FALSE |
ObjectVariableBoolean |
|
Sketch Style |
1100 |
-2 No Sketch |
ObjectVariableLongInt |
|
|
|
0 Default |
|
|
|
|
Index of Sketch Style |
|
|
Projection Type |
1110 |
0 (Lambert Conic) 1 (UTM) |
ObjectVariableInt |
|
Lat./Long.
vs XY Flag |
1111 |
True or False |
ObjectVariableBoolean |
|
First Import Flag |
1112 |
True or False |
ObjectVariableBoolean |
|
New Layer/Class Flag |
1113 |
True or False |
ObjectVariableBoolean |
|
Model Space Scale |
1114 |
REAL |
ObjectVariableReal |
|
Georeference Point |
1115 |
Point |
ObjectVariablePoint |
|
Georeference Offset |
1116 |
Point |
ObjectVariablePoint |
|
Thumbnail View |
1152 |
INTEGER |
ObjectVariableInt |
|
Thumbnail Render |
1153 |
INTEGER |
ObjectVariableInt |
|
RenderWorks Background Width |
1154 |
REAL (current units) |
ObjectVariableReal |
|
RenderWorks Background Height |
1155 |
REAL (current units) |
ObjectVariableReal |
|
Planar Object Is Screen Object |
1160 |
TRUE or FALSE |
ObjectVariableBoolean |
|
Object has Associated Plane |
710 |
Read Only |
ObjectVariableBoolean |
|
Line Type is Simple |
1295 |
True or False |
ObjectVariableBoolean |
|
Clear VGM Cache |
1375 |
0 = All |
ObjectVariableInt |
|
Mesh Smoothing Kind |
1367 |
0 = None |
ObjectVariableLongInt |
|
Mesh Smoothing Angle |
1368 |
REAL |
ObjectVariableReal |
Appendix H - DoMenuTextByName Constants
|
Menu Commands |
|
|
Menu Command |
|
|
Add Surface |
Add Surface |
|
Align Objects |
Align Objects |
|
Align to Grid |
Align to Grid |
|
Vectorworks Preferences... |
Application Preferences |
|
Arc Smoothing |
Arc Smoothing |
|
Arrow Heads... |
Arrow Heads |
|
Bezier Spline Smoothing |
Bezier Spline Smoothing |
|
Classes... |
Classes |
|
Clear |
Clear |
|
Clip Surface |
Clip Surface |
|
Close |
Close |
|
Color Palette... |
Color Palette |
|
Column... |
Column |
|
Combine Into Surface |
Combine Into Surface |
|
Compose Curve |
Compose |
|
Convert Copy to Lines |
Convert Copy to Lines |
|
Convert Copy to Polygons |
Convert Copy to Polygons |
|
Convert to 3D Polys |
Convert to 3D Polys |
|
Convert to Lines |
Convert to Lines |
|
Convert to Mesh |
Convert to Mesh |
|
Convert to NURBS |
Convert To NURBS |
|
Convert to Polygons |
Convert to Polygons |
|
Copy |
Copy |
|
Create Layer Link... |
Create Layer Link |
|
Create Plug-in... |
VectorScript Plug-in Editor |
|
Create Report... |
Create Report |
|
Create Symbol... |
Create Symbol |
|
Cubic Spline Smoothing |
Cubic Spline Smoothing |
|
Custom RenderWorks Options... |
Custom RW Options Chunk |
|
Custom Selection... |
Custom Selection |
|
Custom Tool/Attribute... |
Custom Tool/Attribute |
|
Custom Visibility... |
Custom Visibility |
|
Cut |
Cut |
|
Cut 2D Section |
Cut 2D Section |
|
Cut 3D Section |
Cut 3D Section |
|
Dash Styles... |
Dash Styles |
|
Decompose Curve |
Decompose |
|
Deselect All |
Deselect All |
|
Document Preferences |
Document Preferences |
|
Duplicate |
Duplicate |
|
Duplicate Array... |
Duplicate Array |
|
Edit Constraints... |
Edit Constraints |
|
Export Database... |
Export Database |
|
Export DXF/DWG... |
Export DXFDWG |
|
Export EPSF... |
Export EPSF |
|
Export Image File... |
Export Image File |
|
Export PICT... |
Export PICT |
|
Export Simple VectorScript (3D Only)... |
Export Simple VectorScript (3D only) |
|
Export VectorScript... |
Export Text Format |
|
Export VRML... |
Export VRML Chunk |
|
Export Worksheet... |
Export Worksheet |
|
Extrude |
Extrude |
|
Extrude... |
Extrude and Edit |
|
Fit To Page Area |
Fit to Window |
|
Flip Horizontal |
Flip Horizontal |
|
Flip Vertical |
Flip Vertical |
|
Floor... |
Floor |
|
Format Text... |
Format Text |
|
Hatch... |
Hatch |
|
Import DXF/DWG... |
Import DXFDWG |
|
Import EPSF... |
Import EPSF |
|
Import Image File... |
Import Image File |
|
Import PICT... |
Import PICT |
|
Import PICT as Picture... |
Import PICT as Picture |
|
Import VectorScript... |
Import Text Format |
|
Import Worksheet... |
Import Worksheet |
|
Intersect Surface |
Intersect Surface |
|
Layer Scale... |
Layer Scale |
|
Layers... |
Layers |
|
Line Thickness... |
Line Thickness |
|
Link Text To Record |
Link Text to Record |
|
Lock |
Lock |
|
lower case |
lower case |
|
Move... |
Move |
|
Move 3D... |
Move 3D |
|
Move Working Plane |
Move Working Plane |
|
Multiple Extrude |
Multiple Extrude |
|
Multiple Extrude... |
Multiple Extrude and Edit |
|
New... |
New |
|
Next View |
Next View |
|
No Smoothing |
No Smoothing |
|
Normal Scale |
Normal Scale |
|
Open... |
Open |
|
Printer Setup... |
Page Setup |
|
Paste |
Paste |
|
Paste As Picture |
Paste As Picture |
|
Paste In Place |
Paste In Place |
|
Patterns... |
Patterns |
|
Previous Selection |
Previous Selection |
|
Previous Views |
Previous View |
|
Print... |
|
|
Engineering Properties... |
Properties |
|
Quit |
Quit |
|
Redo |
Redo |
|
Revert To Saved |
Revert To Saved |
|
Roof Face... |
Roof Face |
|
Rotate... |
Rotate |
|
Rotate 3D... |
Rotate 3D |
|
Rotate 3D VIew... |
Rotate 3D View |
|
Rotate Left 90° |
Rotate Left 90 |
|
Rotate Right 90° |
Rotate Right 90 |
|
Rotate Working Plane... |
Rotate Working Plane |
|
Save |
Save |
|
Save As... |
Save As |
|
Save As Template... |
Save As Template |
|
Save View |
Save View |
|
Scale Objects... |
Scale Objects |
|
Select All |
Select All |
|
Send Backward |
Send Backward |
|
Send Forward |
Send Forward |
|
Send to Back |
Send to Back |
|
Send to Front |
Send to Front |
|
Set 3D View... |
Set 3D View |
|
Set Grid... |
Set Grid |
|
Set Layer Lighting Option |
Set Layer Lighting Options |
|
Set Origin... |
Set Origin |
|
Page Setup... |
Set Print Area |
|
Set Size... |
Set Size |
|
Shallow Symbol to Group |
Shallow Symbol to Group |
|
Sweep |
Sweep |
|
Sweep... |
Sweep and Edit |
|
Symbol to Group |
Symbol to Group |
|
Title Caps |
Title Caps |
|
Trace Bitmap |
Trace Bitmap |
|
Undo |
Undo |
|
Units... |
Units |
|
Unlock |
Unlock |
|
Unrotate 3D Objects |
Unrotate 3D Objects |
|
UPPER CASE |
UPPER CASE |
|
Wall Framer... |
Wall Framer... |
|
Workgroup References... |
Workgroup References |
|
Menu Chunk Commands |
|
|
Menu Command |
|
|
Create Batch Render Job... |
Batch Render Chunk |
|
Start Batch Render... |
|
|
Active Only |
Class Options |
|
Gray Others |
|
|
Gray/Snap Others |
|
|
Show Others |
|
|
Show/Snap Others |
|
|
Show/Snap/Modify Others |
|
|
Convert to Group |
Convert to Group Chunk |
|
Export As MiniCAD 6 File... |
Export Previous File Version |
|
Export As MiniCAD 7 File... |
|
|
Export As Vectorworks 8 File... |
|
|
4 |
Font Size |
|
6 |
|
|
7 |
|
|
8 |
|
|
9 |
|
|
10 |
|
|
12 |
|
|
14 |
|
|
18 |
|
|
20 |
|
|
24 |
|
|
28 |
|
|
36 |
|
|
48 |
|
|
72 |
|
|
96 |
|
|
144 |
|
|
Plain |
Font Style |
|
Bold |
|
|
Italic |
|
|
Underline |
|
|
Outline |
|
|
Shadow |
|
|
Group |
Group Chunk |
|
Ungroup |
|
|
Edit Group |
Group Navigation Chunk |
|
Exit Group |
|
|
Top Level |
|
|
Make Guides |
Guides |
|
Select Guides |
|
|
Show Guides |
|
|
Hide Guides |
|
|
Delete All Guides |
|
|
Join |
Join Chunk |
|
Active Only |
Layer Options |
|
Gray Others |
|
|
Gray/Snap Others |
|
|
Show Others |
|
|
Show/Snap Others |
|
|
Show/Snap/Modify Others |
|
|
Hidden Line |
Line Render Chunk |
|
Dashed Hidden Line |
|
|
Line Render Options... |
|
|
Sketch |
Sketch Chunk |
|
Sketch Options... |
|
|
OpenGL Options... |
OpenGL Options Chunk |
|
OpenGL |
OpenGL Render Chunk |
|
Set Perspective... |
Perspective Chunk |
|
Narrow Perspective |
|
|
Normal Perspective |
|
|
Wide Perspective |
|
|
Unshaded Polygon |
Polygon Render Chunk |
|
Shaded Polygon |
|
|
Shaded Polygon No Lines |
|
|
Final Shaded Polygon |
|
|
2D Plan |
Projection |
|
Orthogonal |
|
|
Perspective |
|
|
Oblique Cavalier 45 |
|
|
Oblique Cavalier 30 |
|
|
Oblique Cabinet 45 |
|
|
Oblique Cabinet 30 |
|
|
Fast RenderWorks |
RenderWorks Render Chunk |
|
Fast RenderWorks with Shadows |
|
|
Final Quality RenderWorks |
|
|
Custom RenderWorks |
|
|
Custom RenderWorks Options... |
|
|
Artistic RenderWorks |
|
|
Artistic RenderWorks Options... |
|
|
Add Solids |
Solid Operations |
|
Subtract Solids... |
|
|
Intersect Solids |
|
|
Constraints |
Standard Palettes Chunk |
|
Attributes |
|
|
Object Info |
|
|
Working Planes |
|
|
Resources |
|
|
Object Browser |
|
|
Top/Plan |
Standard Views |
|
Top |
|
|
Front |
|
|
Right |
|
|
Bottom |
|
|
Back |
|
|
Left |
|
|
Right Isometric |
|
|
Left Isometric |
|
|
Right Rear Iso |
|
|
Left Rear Iso |
|
|
Lower Right Iso |
|
|
Lower Left Iso |
|
|
Lower Right Rear |
|
|
Lower Left Rear |
|
|
Left |
Text Horizontal Alignment |
|
Center |
|
|
Right |
|
|
Single Space |
Text Spacing |
|
1-1/2 Space |
|
|
Double Space |
|
|
Other... |
|
|
Top |
Text Vertical Alignment |
|
Top Baseline |
|
|
Center |
|
|
Bottom Baseline |
|
|
Bottom |
|
|
Use Full Screen |
Use Full Screen Chunk |
|
Wireframe |
Wireframe Render Chunk |
A marker style constant can be created by combining some of the basic elements listed below (Root Type, Base, Fill, Half Tick and Tail).
|
|
Root Type |
|
Arrow Marker |
0 |
ConcavedCurvedArrowMarker |
1 |
CircleMarker |
2 |
DimSlashMarker |
3 |
DimCrossMarker |
4 |
LassoMarker |
5 |
HexagonMarker |
6 |
VShapedMarker |
7 |
ConeShapedMarker |
8 |
TaperedVShapedMarker |
9 |
SShapedMarker |
10 |
RectangleMarker |
11 |
|
|
|
(Only meaningful for ArrowMarker and ConcaveCurvedArrowMarke) |
Constant |
FlatBaseMarker |
0 |
OpenBaseMarker |
1024 |
AngleBaseMarker |
2048 |
ArcBaseMarker |
3072 |
|
|
Fill |
|
LineColorMarker |
0 |
WhiteFillMarker |
128 |
NoFillMarker |
256 |
Note: NoFillMarker is the only valid setting for LassoMarker, DimSlashMarker, and DimCrossMarker
|
|
Tail (Meaningless for CircleMarker, DimCrossMarker, LassoMarker, HexagonMarker, ConeMarker, and RectangleMarker) |
Constant |
TailMarker |
32768 |
|
|
Constant |
|
LeftHalfTickMarker |
16384 |
RightHalfTickMarker |
24576 |
|
|
Useful Composite Constants |
Constant |
OpenBaseNoFillMarker |
1280 |
NoFillLassoMarker |
261 |
NoFillDimSlashMarker |
259 |
| NoFillConeMarker | 264 |
| WhiteFillConeMarker | 136 |
|
|
Constant |
|
|
style = 2176 <=> 0 + 2048 + 128 (ArrowMarker + AngleBaseMarker + WhiteFillMarker) |
|
style = 16390 <=> 6 + 0 + 16384 (HexagonMarker + LineColorFillMarker + LeftHalfTickMarker |
Marker Thicknes Basis and Unit
The marker thickness basis constant specifies the type and unit of the marker thickness to be set.
A marker thickness basis constant is created by adding the thickness unit to the thickness basis. Note that the thickness value and unit are only meaningful for custom thickness.
Markers Thickness and Basis Unit |
|
Constant |
|
Use Line Thickness |
0 |
Use Dim Thickness |
1 |
Custom Thickness |
2 |
Markers Thickness and Basis Unit |
|
Constant |
|
Mils |
0 |
Points |
16 |
Millimeters |
32 |
Examples:
thicknessBasis = 34 <=> 2 + 32 (Custom thickness in Millimeters)
thicknessBasis = 18 <=> 2 + 16 (Custom thickness in Points)
Examples of Marker Styles |
|
Marker Style |
|
0 |
|
256 |
|
1280 |
|
2 |
|
130 |
|
259 |
|
260 |
|
2048 |
|
17664 |
|
261 |
|
3073 |
|
1281 |
|
264 |
|
34048 |
|
16512 |
|
16384 |
|
9 |
|
135 |
|
32903 |
|
266 |
|
6 |
|
128 |
|