File tree Expand file tree Collapse file tree 4 files changed +10
-10
lines changed
Expand file tree Collapse file tree 4 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -36,6 +36,6 @@ def RunScript(self,
3636
3737 return [rh_cloud ]
3838
39- if __name__ == "__main__" :
40- com = DFLoadCloudFromFile ()
41- o_rh_cloud = com .RunScript (i_path , i_scalef )
39+ # if __name__ == "__main__":
40+ # com = DFLoadCloudFromFile()
41+ # o_rh_cloud = com.RunScript(i_path, i_scalef)
Original file line number Diff line number Diff line change 1616 {
1717 "name" : " i_path" ,
1818 "nickname" : " i_path" ,
19- "description" : " Path of the file (e.g. . ply) to import" ,
19+ "description" : " Path to the . ply file to import" ,
2020 "optional" : true ,
2121 "allowTreeAccess" : true ,
2222 "showTypeHints" : true ,
4242 {
4343 "name" : " o_rh_cloud" ,
4444 "nickname" : " o_rh_cloud" ,
45- "description" : " The imported cloud in rhino format ." ,
45+ "description" : " The imported point cloud as a Rhino object ." ,
4646 "optional" : false ,
4747 "sourceCount" : 0 ,
4848 "graft" : false
Original file line number Diff line number Diff line change @@ -36,6 +36,6 @@ def RunScript(self,
3636
3737 return [rh_mesh ]
3838
39- if __name__ == "__main__" :
40- com = DFLoadMeshFromFile ()
41- o_rh_mesh = com .RunScript (i_path , i_scalef )
39+ # if __name__ == "__main__":
40+ # com = DFLoadMeshFromFile()
41+ # o_rh_mesh = com.RunScript(i_path, i_scalef)
Original file line number Diff line number Diff line change 1616 {
1717 "name" : " i_path" ,
1818 "nickname" : " i_path" ,
19- "description" : " Path of the file (e.g. . ply) to import" ,
19+ "description" : " Path to the . ply file to import" ,
2020 "optional" : true ,
2121 "allowTreeAccess" : true ,
2222 "showTypeHints" : true ,
4242 {
4343 "name" : " o_rh_mesh" ,
4444 "nickname" : " o_rh_mesh" ,
45- "description" : " The imported mesh." ,
45+ "description" : " The imported mesh as a Rhino object ." ,
4646 "optional" : false ,
4747 "sourceCount" : 0 ,
4848 "graft" : false
You can’t perform that action at this time.
0 commit comments