-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhypar.json
51 lines (51 loc) · 1.32 KB
/
hypar.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
{
"$schema": "https://hypar.io/Schemas/Function.json",
"id": "cbba79ba-6e5c-4c11-8543-06f7b949ce84",
"name": "Simultaneous Geometry and Property Overrides",
"description": "The SimultaneousGeometryAndPropertyOverrides function.",
"language": "C#",
"overrides": {
"Walls": {
"context": "[*discriminator=Elements.StandardWall]",
"identity": {
"Add Id": {
"type": "string"
}
},
"behaviors": {
"add": {
"schema": {
"CenterLine": {
"$ref": "https://hypar.io/Schemas/Geometry/Line.json"
},
"Thickness": {
"type": "number",
"$hyparUnitType": "length"
},
"Height": {
"type": "number",
"$hyparUnitType": "length"
}
}
},
"remove": true
},
"schema": {
"CenterLine": {
"$ref": "https://hypar.io/Schemas/Geometry/Line.json"
},
"Thickness": {
"type": "number",
"$hyparUnitType": "length"
},
"Height": {
"type": "number",
"$hyparUnitType": "length"
}
}
}
},
"repository_url": "https://github.com/hypar-io/function",
"last_updated": "0001-01-01T00:00:00",
"cli_version": "1.5.0-alpha.4"
}