mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-10 17:58:20 +00:00
Fix #4057. Move clipping info dataclass to util.shape_builder
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
|
||||
import ifcopenshell.geom
|
||||
import ifcopenshell.util.unit
|
||||
from ifcopenshell.util.representation import ClippingInfo
|
||||
from ifcopenshell.util.shape_builder import ClippingInfo
|
||||
|
||||
|
||||
class Usecase:
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
|
||||
import ifcopenshell.util.unit
|
||||
from math import sin, cos
|
||||
from ifcopenshell.util.representation import ClippingInfo
|
||||
from ifcopenshell.util.shape_builder import ClippingInfo
|
||||
|
||||
|
||||
class Usecase:
|
||||
|
||||
Reference in New Issue
Block a user