1 |
louhichi |
211 |
#!/bin/sh |
2 |
francois |
256 |
CHEMINCOMPILE=../../exe/app |
3 |
louhichi |
211 |
echo "*********************************" |
4 |
|
|
echo " CAS de Reconstruction " |
5 |
|
|
echo "*********************************" |
6 |
|
|
echo "************************************************************************" |
7 |
|
|
echo " Reconstruction du modèle initial (avant déformation) " |
8 |
|
|
echo "************************************************************************" |
9 |
francois |
256 |
$CHEMINCOMPILE/recons/recons.exe -fichier fourchette.magic -step fourchettedef0.step -idmaillage 38031 -coef 0 -idealiser |
10 |
louhichi |
211 |
echo "************************************************************************" |
11 |
|
|
echo " Reconstruction en grandes déplacements avec Idéalisation " |
12 |
|
|
echo "************************************************************************" |
13 |
francois |
256 |
$CHEMINCOMPILE/recons/recons.exe -fichier fourchette.magic -step fourchettedef1.step -idmaillage 38031 -coef 1 -idealiser |
14 |
louhichi |
211 |
|