We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03df9c6 commit 1bd5727Copy full SHA for 1bd5727
src/gh/components/DF_cloud_normal_estimator/code.py
@@ -18,6 +18,9 @@ def RunScript(self,
18
if i_knn is None:
19
i_knn = 100
20
21
+ if i_switch_mode is None:
22
+ i_switch_mode = False
23
+
24
df_cloud.estimate_normals(
25
use_cilantro_evaluator=i_switch_mode,
26
knn=i_knn,
src/gh/components/DF_cloud_normal_estimator/metadata.json
@@ -50,8 +50,8 @@
50
"typeHintID": "int"
51
},
52
{
53
- "name": "i_bool",
54
- "nickname": "i_bool",
+ "name": "i_switch_mode",
+ "nickname": "i_switch_mode",
55
"description": "Switch between Open3d (true) or Cilantro (false) library. Default is Open3d.",
56
"optional": true,
57
"allowTreeAccess": true,
0 commit comments