Skip to content

Commit 475353f

Browse files
committed
FIX remove docstrings to comply with documentation generation logic
1 parent f3608c2 commit 475353f

File tree

1 file changed

+0
-14
lines changed
  • src/gh/components/DF_cloud_mesh_distance

1 file changed

+0
-14
lines changed

src/gh/components/DF_cloud_mesh_distance/code.py

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)