Corrected the wetted surface units
This commit is contained in:
parent
657041d6b1
commit
b27e512828
|
@ -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):
|
||||
|
|
Loading…
Reference in New Issue
Block a user