remove another reference to altitude2
This commit is contained in:
parent
2bc044e91f
commit
53b30df5a2
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue