File tree Expand file tree Collapse file tree 1 file changed +0
-14
lines changed
src/gh/components/DF_cloud_mesh_distance Expand file tree Collapse file tree 1 file changed +0
-14
lines changed Original file line number Diff line number Diff line change @@ -24,20 +24,6 @@ def RunScript(self,
2424 i_swap : bool ,
2525 i_analysis_resolution ):
2626
27- """
28- The cloud-to-mesh component computes the distance between a point cloud and a mesh
29-
30- :param i_cloud_source: a list of point clouds
31- :param i_assembly: an assembly of DF beams
32- :param i_signed_flag: calculate the sign of the distances
33- :param i_swap: swap source and target
34-
35- :return o_distances : list of calculated distances for each point
36- :return o_rmse: the root mean square error between corresponding points of source and target
37- :return o_max_deviation: the max deviation between source and target
38- :return o_min_deviation: the min deviation between source and target
39- :returns o_results: the results of the comparison all in one object
40- """
4127 if i_analysis_resolution is None :
4228 scalef = diffCheck .df_util .get_doc_2_meters_unitf ()
4329 i_analysis_resolution = 0.1 / scalef
You can’t perform that action at this time.
0 commit comments