Part: clean up spacing of lines in BOP JoinFeatures

This commit is contained in:
vocx-fc
2020-10-10 23:40:16 -05:00
committed by wwmayer
parent aa378e6a90
commit ee22b487c3
3 changed files with 112 additions and 67 deletions

View File

@@ -32,7 +32,8 @@ from .GeneralFuseResult import GeneralFuseResult
from .Utils import compoundLeaves
def shapeOfMaxSize(list_of_shapes):
"""shapeOfMaxSize(list_of_shapes): finds the shape that has the largest mass in the list and returns it. The shapes in the list must be of same dimension."""
"""shapeOfMaxSize(list_of_shapes): finds the shape that has the largest "
"mass in the list and returns it. The shapes in the list must be of same dimension."""
#first, check if shapes can be compared by size
ShapeMerge.dimensionOfShapes(list_of_shapes)