Open romanavyzn opened 10 months ago
Some imports from compas_occ take very long to import due to all the functions imported at top level (e.g. import compas_occ.brep). Maybe consider lazy imports to make loading faster. Or use tools such as lazy_import.
import compas_occ.brep
Feature Request
Some imports from compas_occ take very long to import due to all the functions imported at top level (e.g.
import compas_occ.brep
). Maybe consider lazy imports to make loading faster. Or use tools such as lazy_import.