remove another reference to altitude2

This commit is contained in:
Laura Klünder 2024-08-18 12:47:48 +02:00
parent 2bc044e91f
commit 53b30df5a2

View file

@ -64,7 +64,7 @@ class AltitudeAreaGeometries:
area.remove_faces(faces)
def create_polyhedrons(self, create_polyhedron, altitudes, min_altitude, crops):
if self.altitude2 is None:
if self.points is None:
altitudes = self.altitude
self.base = HybridGeometry(self.geometry.geom, self.geometry.faces)