-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsample.json
78 lines (78 loc) · 2.15 KB
/
sample.json
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
{
"$schema": "https://raw.githubusercontent.com/k-awata/rvmbuilder/main/schema.json",
"filename": "%USERPROFILE%\\Desktop\\sample.nwd",
"workingDir": "%TEMP%\\rvm",
"filetoolsTaskRunner": "C:\\Program Files\\Autodesk\\Navisworks Manage 2016\\FiletoolsTaskRunner.exe",
"nwdVersion": "2015",
"exportDefault": {
"rvmType": "binary",
"filenote": "rvmbuilder sample rvm",
"encoding": "utfeight",
"impliedTube": "separate",
"holes": "on",
"repr": "on",
"reprCl": "off",
"reprTube": "on",
"reprInsu": "off",
"reprObst": "off",
"reprLevel": 6,
"reprLevelPipe": 6,
"reprLevelNozz": 6,
"reprLevelStru": 6,
"autoColor": "on",
"autoColorDisplayExport": "off",
"autoColorRules": [
{
"selection": "all equi",
"color": "#ffd3aa"
},
{
"selection": "all pipe",
"color": "#ffff00"
},
{
"selection": "all suppo",
"color": "#aaeaff"
},
{
"selection": "all frmw",
"color": "#008dbc"
},
{
"selection": "all stru",
"color": "#ffffff"
}
]
},
"exportRvms": [
{
"filename": "body.rvm",
"exportInclude": [
"all site"
]
},
{
"filename": "trans.rvm",
"reprInsu": "on",
"reprObst": "on",
"globalTranslucency": 75,
"exportInclude": [
"all (bran mem trunni mem) with ipar[1] ne 0",
"all (equi mem sube mem stru mem subs mem) with lev[1] gt 6 or lev[2] lt 6"
]
}
],
"dumpAtt": true,
"dumpAttOption": {
"filename": "attrib.txt",
"selection": "all with type ne 'TUBI' and not badref(site)",
"additionalAtts": [
"APOS",
"LPOS",
"DTXR",
"MTXX"
],
"hasNoData": false,
"hasUda": false
}
}