Commit 2938ac06 authored by sumpfralle's avatar sumpfralle

Test for MGED remained after removal of the module code in r40

git-svn-id: https://pycam.svn.sourceforge.net/svnroot/pycam/trunk@328 bbaffbd6-741e-11dd-a85d-61de82d9cad9
parent a54ad3e7
#!/usr/bin/python
import sys
sys.path.insert(0,'.')
from pycam.Exporters.MGEDExporter import MGEDExporter
from pycam.Importers.TestModel import TestModel
model = TestModel()
file = MGEDExporter("TestModel.txt")
file.AddModel(model)
file.close()
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment