Fixed ShapeBuilder bug for mirroring IfcExtrudedAreaSolid

Also fixed typo in shape_builder_examples
This commit is contained in:
Andrej730
2023-01-10 15:06:46 +05:00
parent 2c123fdbfb
commit d0cf5f9d0c
2 changed files with 18 additions and 5 deletions
@@ -1,5 +1,5 @@
import ifcopenshell
from ifcopenshell.util.representation import ShapeBuilder
from ifcopenshell.util.shape_builder import ShapeBuilder
from mathutils import Vector
V = lambda *x: Vector([float(i) for i in x])