mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-10 09:48:32 +00:00
Reimplement raster underlays when generating drawings. See #1153.
This commit is contained in:
@@ -67,7 +67,7 @@ class Usecase:
|
||||
[0, 0, 0, 1]
|
||||
]).inverted()
|
||||
|
||||
return any([abs(tM @ v.co).z) > threshold for v in face.verts])
|
||||
return any([abs((tM @ v.co).z) > threshold for v in face.verts])
|
||||
|
||||
def evaluate_geometry(self):
|
||||
for modifier in self.settings["blender_object"].modifiers:
|
||||
|
||||
Reference in New Issue
Block a user