note on OCC imports

This commit is contained in:
Andrej730
2024-07-15 15:55:19 +05:00
parent 54cc4192bd
commit 09d5fafdf8
@@ -29,6 +29,9 @@ geometry. See also :mod:`ifcopenshell.util.shape` for deriving quantities.
def _has_occ():
# NOTE: All pythonocc versions since 7.4.0 are using OCC.Core.
# Previous versions (pythonocc<=0.17.3) are using just OCC.
try:
import OCC.Core.BRepTools