Corrected the wetted surface units
This commit is contained in:
committed by
Yorik van Havre
parent
c1b30e9b8e
commit
5d7265b512
@@ -228,7 +228,7 @@ def wettedArea(shape, draft, trim):
|
||||
except Part.OCCError:
|
||||
continue
|
||||
area = area + common.Area
|
||||
return area
|
||||
return area / Units.Metre.Value**2
|
||||
|
||||
|
||||
def moment(ship, draft, trim, disp, xcb):
|
||||
|
||||
Reference in New Issue
Block a user