fix HybridGeometry.is_empty
This commit is contained in:
parent
b70f205fc9
commit
f1db7f6a26
1 changed files with 1 additions and 0 deletions
|
@ -123,6 +123,7 @@ class HybridGeometry:
|
||||||
|
|
||||||
@property
|
@property
|
||||||
def is_empty(self):
|
def is_empty(self):
|
||||||
|
return self.geom.is_empty
|
||||||
return not self.faces and not any(self.add_faces.values())
|
return not self.faces and not any(self.add_faces.values())
|
||||||
|
|
||||||
def build_polyhedron(self, create_polyhedron, crops=None, **kwargs):
|
def build_polyhedron(self, create_polyhedron, crops=None, **kwargs):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue