From 05e05d0d5a2857baafab3277115fcc22c6d2f120 Mon Sep 17 00:00:00 2001 From: Dion Moult Date: Tue, 18 Jul 2023 18:22:56 +1000 Subject: [PATCH] Rename sverchok representation to mesh representation --- ...{add_sverchok_representation.py => add_mesh_representation.py} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename src/ifcopenshell-python/ifcopenshell/api/geometry/{add_sverchok_representation.py => add_mesh_representation.py} (100%) diff --git a/src/ifcopenshell-python/ifcopenshell/api/geometry/add_sverchok_representation.py b/src/ifcopenshell-python/ifcopenshell/api/geometry/add_mesh_representation.py similarity index 100% rename from src/ifcopenshell-python/ifcopenshell/api/geometry/add_sverchok_representation.py rename to src/ifcopenshell-python/ifcopenshell/api/geometry/add_mesh_representation.py