Salome HOME
0014047: EDF PAL 334 : Problem to select merged face with Create group window
[modules/geom.git] / resources / ImportExport
index 574e0e2e3f5725870c40e72c3f734f0e735918f6..654d2e1a35f6d1b24714639841a3630a41a7f63d 100644 (file)
@@ -1,14 +1,28 @@
-Import: BREP|IGES|STEP
-Export: BREP|IGES|STEP
+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
+BREP.Import: libBREPImport
+BREP.Export: libBREPExport
 BREP.Pattern: BREP Files ( *.brep )
 
-IGES.Import: libIGESImport.so
-IGES.Export: libIGESExport.so
+IGES.Import: libIGESImport
+IGES.Export: libIGESExport
 IGES.Pattern: IGES Files ( *.iges *.igs )
+IGES.ExportPattern: IGES 5.1 Files ( *.iges *.igs )
 
-STEP.Import: libSTEPImport.so
-STEP.Export: libSTEPExport.so
+IGES_5_3.Export: libIGESExport
+IGES_5_3.Pattern: IGES 5.3 Files ( *.iges *.igs )
+
+STEP.Import: libSTEPImport
+STEP.Export: libSTEPExport
 STEP.Pattern: STEP Files ( *.step *.stp )
+
+STL_Bin.Export: libSTLExport
+STL_Bin.Pattern: STL Binary Files ( *.stl )
+
+STL_ASCII.Export: libSTLExport
+STL_ASCII.Pattern: STL ASCII Files ( *.stl )
+
+ACIS.Import: libACISImport
+ACIS.Export: libACISExport
+ACIS.Pattern: ACIS Files ( *.sat )