vec in netgen.csg

This commit is contained in:
Joachim Schöberl 2017-01-10 18:38:36 +01:00
parent 98a43821ae
commit a08fd7a509

View File

@ -4,6 +4,7 @@ import libngpy.csgvis as csgvis
from libngpy.csgvis import MouseMove from libngpy.csgvis import MouseMove
from libngpy._meshing import MeshingParameters from libngpy._meshing import MeshingParameters
from libngpy._meshing import Pnt from libngpy._meshing import Pnt
from libngpy._meshing import Vec
CSGeometry.VS = csgvis.VS CSGeometry.VS = csgvis.VS