geom/resources/ImportExport
enk d6a9af2f7d Improvement:
Adding support of export to STL format (ASCII and Binary modes)
2007-03-23 11:27:55 +00:00

24 lines
669 B
Plaintext

Import: BREP|IGES|STEP
Export: BREP|IGES|IGES_5_3|STEP|STL_Bin|STL_ASCII
BREP.Import: libBREPImport.so
BREP.Export: libBREPExport.so
BREP.Pattern: BREP Files ( *.brep )
IGES.Import: libIGESImport.so
IGES.Export: libIGESExport.so
IGES.Pattern: IGES Files ( *.iges *.igs )
IGES.ExportPattern: IGES 5.1 Files ( *.iges *.igs )
IGES_5_3.Export: libIGESExport.so
IGES_5_3.Pattern: IGES 5.3 Files ( *.iges *.igs )
STEP.Import: libSTEPImport.so
STEP.Export: libSTEPExport.so
STEP.Pattern: STEP Files ( *.step *.stp )
STL_Bin.Export: libSTLExport.so
STL_Bin.Pattern: STL Binary Files ( *.stl )
STL_ASCII.Export: libSTLExport.so
STL_ASCII.Pattern: STL ASCII Files ( *.stl )