1
+ {
2
+ "name" : " DFCropCloud" ,
3
+ "nickname" : " Crop" ,
4
+ "category" : " diffCheck" ,
5
+ "subcategory" : " Cloud" ,
6
+ "description" : " Crops a point cloud by giving the bounding box or limit values." ,
7
+ "exposure" : 4 ,
8
+ "instanceGuid" : " f0461287-b1aa-47ec-87c4-0f03924cea24" ,
9
+ "ghpython" : {
10
+ "hideOutput" : true ,
11
+ "hideInput" : true ,
12
+ "isAdvancedMode" : true ,
13
+ "marshalOutGuids" : true ,
14
+ "iconDisplay" : 2 ,
15
+ "inputParameters" : [
16
+ {
17
+ "name" : " i_cloud" ,
18
+ "nickname" : " i_cloud" ,
19
+ "description" : " The point cloud to crop." ,
20
+ "optional" : true ,
21
+ "allowTreeAccess" : true ,
22
+ "showTypeHints" : true ,
23
+ "scriptParamAccess" : " item" ,
24
+ "wireDisplay" : " default" ,
25
+ "sourceCount" : 0 ,
26
+ "typeHintID" : " pointcloud"
27
+ },
28
+ {
29
+ "name" : " i_box" ,
30
+ "nickname" : " i_box" ,
31
+ "description" : " The brep box to crop the point cloud with." ,
32
+ "optional" : true ,
33
+ "allowTreeAccess" : true ,
34
+ "showTypeHints" : true ,
35
+ "scriptParamAccess" : " item" ,
36
+ "wireDisplay" : " default" ,
37
+ "sourceCount" : 0 ,
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
+ }
112
+ ],
113
+ "outputParameters" : [
114
+ {
115
+ "name" : " o_cloud" ,
116
+ "nickname" : " o_cloud" ,
117
+ "description" : " The downsampled cloud." ,
118
+ "optional" : false ,
119
+ "sourceCount" : 0 ,
120
+ "graft" : false
121
+ }
122
+ ]
123
+ }
124
+ }
0 commit comments