External faces detection implemented that allows to compute wetted area.
This commit is contained in:
@@ -52,7 +52,6 @@ class ShipTank:
|
||||
if not shape:
|
||||
obj.IsShipTank=False
|
||||
return
|
||||
# obj.addProperty("Part::PropertyPartShape","Shape","ShipTank", str(Translator.translate("Tank solid"))).Shape = shape
|
||||
obj.Shape = shape
|
||||
obj.Proxy = self
|
||||
self.obj = obj
|
||||
|
||||
Reference in New Issue
Block a user