File tree Expand file tree Collapse file tree 2 files changed +17
-0
lines changed
src/gh/components/DF_CAD_segmentator Expand file tree Collapse file tree 2 files changed +17
-0
lines changed Original file line number Diff line number Diff line change @@ -37,6 +37,11 @@ def RunScript(self,
3737 i_radius_normal_estimation = 0.01
3838 if i_make_registration is None :
3939 i_make_registration = True
40+ if i_max_correspondence_distance_icp is None :
41+ i_max_correspondence_distance_icp = 0.1
42+ if i_maximum_face_segment_distance is None :
43+ i_maximum_face_segment_distance = 0.1
44+
4045 o_face_clusters = []
4146 transforms = []
4247 df_clusters = []
Original file line number Diff line number Diff line change 6161 "sourceCount" : 0 ,
6262 "typeHintID" : " float"
6363 },
64+ {
65+ "name" : " i_maximum_face_segment_distance" ,
66+ "nickname" : " i_maximum_face_segment_distance" ,
67+ "description" : " The maximum correspondence distance for the segmentation. Default is 0.1" ,
68+ "optional" : false ,
69+ "allowTreeAccess" : true ,
70+ "showTypeHints" : true ,
71+ "scriptParamAccess" : " item" ,
72+ "wireDisplay" : " default" ,
73+ "sourceCount" : 0 ,
74+ "typeHintID" : " float"
75+ },
6476 {
6577 "name" : " i_radius_normal_estimation" ,
6678 "nickname" : " i_radius_normal_estimation" ,
You can’t perform that action at this time.
0 commit comments