mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-18 03:19:53 +00:00
Moved ShapeBuilder to separate module #2679
Moved ShapeBuilder to separate module - now `mathutils` will be only required if you're actually using ShapeBuilder (related to #2679)
This commit is contained in:
@@ -27,7 +27,7 @@ from pathlib import Path
|
||||
from mathutils import Vector
|
||||
from itertools import chain
|
||||
|
||||
from ifcopenshell.util.representation import ShapeBuilder
|
||||
from ifcopenshell.util.shape_builder import ShapeBuilder
|
||||
|
||||
V = lambda *x: Vector([float(i) for i in x])
|
||||
|
||||
|
||||
Reference in New Issue
Block a user