File: compression-12.lml

package info (click to toggle)
camitk 4.0.4-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 343,588 kB
  • sloc: cpp: 78,476; xml: 1,210; sh: 723; ansic: 142; makefile: 101; perl: 84; sed: 20
file content (44 lines) | stat: -rwxr-xr-x 1,336 bytes parent folder | download | duplicates (12)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
<?xml version="1.0" encoding="UTF-8"?>
<!-- physical model load file -->
<loads xmlns='http://www-timc.imag.fr/load'
       xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'>

       
<!-- translater les z- -->
        <load xsi:type="Translation">
            <appliedTo>648-728</appliedTo>
            <valueEvent date="0" value="1"/>
            <direction x="NULL" y="NULL" z="NULL"/>
            <unit>mm</unit>
        </load>

       
<!-- fixer tous les z+ --> 
    <load xsi:type="Translation">
        <appliedTo>0-80</appliedTo>
        <valueEvent date="0" value="0"/>
        <valueEvent date="10" value="10"/>
        <direction x="0" y="0" z="1"/>
        <unit>mm</unit>
    </load>


<!-- translater les y+ 
        <load xsi:type="Translation">
            <appliedTo>0-8,81-89,162-170,243-251,324-332,405-413,486-494,567-575,648-656</appliedTo>
            <valueEvent date="0" value="0"/>
            <direction x="0" y="0" z="0"/>
            <unit>mm</unit>
        </load>
-->

<!-- fixer tous les y- 
    <load xsi:type="Translation">
        <appliedTo>72-80,153-161,234-242,315-323,396-404,477-485,558-566,639-647,720-728</appliedTo>
        <valueEvent date="0" value="0"/>
        <valueEvent date="10" value="4"/>
        <direction x="0" y="-1" z="0"/>
        <unit>mm</unit>
    </load>
-->
</loads>