From a08fd7a509fe497bcb953501a9d7e91ee35b4318 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joachim=20Sch=C3=B6berl?= Date: Tue, 10 Jan 2017 18:38:36 +0100 Subject: [PATCH] vec in netgen.csg --- python/csg.py | 1 + 1 file changed, 1 insertion(+) diff --git a/python/csg.py b/python/csg.py index 52315e36..6e7f5232 100644 --- a/python/csg.py +++ b/python/csg.py @@ -4,6 +4,7 @@ import libngpy.csgvis as csgvis from libngpy.csgvis import MouseMove from libngpy._meshing import MeshingParameters from libngpy._meshing import Pnt +from libngpy._meshing import Vec CSGeometry.VS = csgvis.VS