|
17 | 17 | "name": "i_cloud",
|
18 | 18 | "nickname": "i_cloud",
|
19 | 19 | "description": "The point cloud to crop.",
|
20 |
| - "optional": true, |
| 20 | + "optional": false, |
21 | 21 | "allowTreeAccess": true,
|
22 | 22 | "showTypeHints": true,
|
23 | 23 | "scriptParamAccess": "item",
|
|
29 | 29 | "name": "i_box",
|
30 | 30 | "nickname": "i_box",
|
31 | 31 | "description": "The brep box to crop the point cloud with.",
|
32 |
| - "optional": true, |
| 32 | + "optional": false, |
33 | 33 | "allowTreeAccess": true,
|
34 | 34 | "showTypeHints": true,
|
35 | 35 | "scriptParamAccess": "item",
|
36 | 36 | "wireDisplay": "default",
|
37 | 37 | "sourceCount": 0,
|
38 | 38 | "typeHintID": "brep"
|
39 |
| - }, |
40 |
| - { |
41 |
| - "name": "i_x_min", |
42 |
| - "nickname": "i_x_min", |
43 |
| - "description": "The minimum x value to crop the point cloud with.", |
44 |
| - "optional": true, |
45 |
| - "allowTreeAccess": true, |
46 |
| - "showTypeHints": true, |
47 |
| - "scriptParamAccess": "item", |
48 |
| - "wireDisplay": "default", |
49 |
| - "sourceCount": 0, |
50 |
| - "typeHintID": "float" |
51 |
| - }, |
52 |
| - { |
53 |
| - "name": "i_y_min", |
54 |
| - "nickname": "i_y_min", |
55 |
| - "description": "The minimum y value to crop the point cloud with.", |
56 |
| - "optional": true, |
57 |
| - "allowTreeAccess": true, |
58 |
| - "showTypeHints": true, |
59 |
| - "scriptParamAccess": "item", |
60 |
| - "wireDisplay": "default", |
61 |
| - "sourceCount": 0, |
62 |
| - "typeHintID": "float" |
63 |
| - }, |
64 |
| - { |
65 |
| - "name": "i_z_min", |
66 |
| - "nickname": "i_z_min", |
67 |
| - "description": "The minimum z value to crop the point cloud with.", |
68 |
| - "optional": true, |
69 |
| - "allowTreeAccess": true, |
70 |
| - "showTypeHints": true, |
71 |
| - "scriptParamAccess": "item", |
72 |
| - "wireDisplay": "default", |
73 |
| - "sourceCount": 0, |
74 |
| - "typeHintID": "float" |
75 |
| - }, |
76 |
| - { |
77 |
| - "name": "i_x_max", |
78 |
| - "nickname": "i_x_max", |
79 |
| - "description": "The maximum x value to crop the point cloud with.", |
80 |
| - "optional": true, |
81 |
| - "allowTreeAccess": true, |
82 |
| - "showTypeHints": true, |
83 |
| - "scriptParamAccess": "item", |
84 |
| - "wireDisplay": "default", |
85 |
| - "sourceCount": 0, |
86 |
| - "typeHintID": "float" |
87 |
| - }, |
88 |
| - { |
89 |
| - "name": "i_y_max", |
90 |
| - "nickname": "i_y_max", |
91 |
| - "description": "The maximum y value to crop the point cloud with.", |
92 |
| - "optional": true, |
93 |
| - "allowTreeAccess": true, |
94 |
| - "showTypeHints": true, |
95 |
| - "scriptParamAccess": "item", |
96 |
| - "wireDisplay": "default", |
97 |
| - "sourceCount": 0, |
98 |
| - "typeHintID": "float" |
99 |
| - }, |
100 |
| - { |
101 |
| - "name": "i_z_max", |
102 |
| - "nickname": "i_z_max", |
103 |
| - "description": "The maximum z value to crop the point cloud with.", |
104 |
| - "optional": true, |
105 |
| - "allowTreeAccess": true, |
106 |
| - "showTypeHints": true, |
107 |
| - "scriptParamAccess": "item", |
108 |
| - "wireDisplay": "default", |
109 |
| - "sourceCount": 0, |
110 |
| - "typeHintID": "float" |
111 | 39 | }
|
112 | 40 | ],
|
113 | 41 | "outputParameters": [
|
|
0 commit comments