File tree Expand file tree Collapse file tree 4 files changed +3
-3
lines changed
Expand file tree Collapse file tree 4 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 77from Grasshopper .Kernel import GH_RuntimeMessageLevel as RML
88
99from ghpythonlib .componentbase import executingcomponent as component
10-
1110import System
1211
13- class DFMainPCAxes (component ):
12+
13+ class DFPoseEstimation (component ):
1414 def RunScript (self ,
1515 i_clouds : System .Collections .Generic .List [Rhino .Geometry .PointCloud ],
1616 i_assembly ,
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ class DFTruncateAssembly(component):
77 def RunScript (self ,
88 i_assembly ,
99 i_truncate_index : int ):
10- beams = i_assembly .beams [:i_truncate_index + 1 ]
10+ beams = i_assembly .beams [:i_truncate_index ]
1111 name = i_assembly .name
1212
1313 o_assembly = diffCheck .df_geometries .DFAssembly (name = name , beams = beams )
You can’t perform that action at this time.
0 commit comments