<!-- 3. Check-in check-out information
Defines the way documents involved in the check-in check-out operations must be processed.
+ Files with import formats are automatically imported into SALOME during check-out if they are uptodate.
+ Other files are downloaded.
-->
<mappings>
<document type="geometry">
- <source format="step" process="file-download"/> <!-- Geometry created from STEP import -->
- <source format="py" process="file-download"/> <!-- Geometry created from Python execution -->
- <source format="xml" process="ocaf-import"/> <!-- Geometry created interactively -->
- <export format="brep"/> <!-- Result Shape -->
+ <import format="brep"/> <!-- Result Shape -->
</document>
<document type="model">
- <source format="py" process="file-download"/> <!-- Mesh created from Python execution -->
- <source format="xml" process="ocaf-import"/> <!-- Mesh including input parameters -->
- <export format="med"/> <!-- Result mesh without input parameters -->
+ <import format="med"/> <!-- Result mesh without input parameters -->
</document>
<document type="loads">
- <source format="py" process="file-download"/> <!-- Input data created from Python execution -->
- <source format="c3m" process="c3m-import"/> <!-- Input data created interactively -->
+ <import format="c3m"/> <!-- Input data created interactively -->
</document>
<document type="results">
- <source format="med" process="med-import"/> <!-- Calculation results source file -->
+ <import format="med"/> <!-- Calculation results source file -->
</document>
</mappings>
+
+ <default-doctypes>
+ <step number="1">
+ <mapping extension="pdf" type="requirements"/>
+ <mapping extension="doc" type="specification"/> <!-- Microsoft Word 2003 and earlier -->
+ <mapping extension="docx" type="specification"/> <!-- Microsoft Word 2007 and later -->
+ <mapping extension="xml" type="specification"/> <!-- Microsoft Word 2007 Open XML -->
+ </step>
+ <step number="2">
+ <mapping extension="doc" type="design"/>
+ <mapping extension="docx" type="design"/>
+ <mapping extension="xml" type="design"/>
+ </step>
+ <step number="3">
+ <mapping extension="doc" type="memorandum"/>
+ <mapping extension="docx" type="memorandum"/>
+ <mapping extension="xml" type="memorandum"/>
+ <mapping extension="sldprt" type="geometry"/> <!-- SolidWorks Part -->
+ <mapping extension="sldasm" type="geometry"/> <!-- SolidWorks Assembly -->
+ <mapping extension="part" type="geometry"/> <!-- GEOM Part -->
+ <mapping extension="py" type="geometry"/> <!-- GEOM Python script -->
+ </step>
+ <step number="4">
+ <mapping extension="doc" type="memorandum"/>
+ <mapping extension="docx" type="memorandum"/>
+ <mapping extension="xml" type="memorandum"/>
+ <mapping extension="med" type="model"/>
+ <mapping extension="py" type="model"/> <!-- SMESH Python script -->
+ </step>
+ </default-doctypes>
+
</project-structure>
\ No newline at end of file