This commit is contained in:
enk 2007-04-11 13:49:43 +00:00
parent 23109660f5
commit ca2d793695

View File

@ -1,5 +1,5 @@
Import: BREP|IGES|STEP
Export: BREP|IGES|IGES_5_3|STEP|STL_Bin|STL_ASCII
Import: BREP|IGES|STEP|ACIS
Export: BREP|IGES|IGES_5_3|STEP|STL_Bin|STL_ASCII|ACIS
BREP.Import: libBREPImport.so
BREP.Export: libBREPExport.so
@ -21,4 +21,8 @@ STL_Bin.Export: libSTLExport.so
STL_Bin.Pattern: STL Binary Files ( *.stl )
STL_ASCII.Export: libSTLExport.so
STL_ASCII.Pattern: STL ASCII Files ( *.stl )
STL_ASCII.Pattern: STL ASCII Files ( *.stl )
ACIS.Import: libACISImport.so
ACIS.Export: libACISExport.so
ACIS.Pattern: ACIS Files ( *.sat )