External faces detection implemented that allows to compute wetted area.

This commit is contained in:
Jose Luis Cercós pita
2012-06-15 11:35:30 +02:00
parent 2c8a564aa6
commit 413344d744
4 changed files with 109 additions and 89 deletions

View File

@@ -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