Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Sv translation
languageen

This page shows the text from a sample web growth profile file (<file name>.wgp).

Tip: Copy and modify the sample file that is installed with Prinergy Evo software so that you don't have to type the contents.
<?xml version="1.0"  encoding="UTF-8"?>


<!DOCTYPE profile SYSTEM "WebGrowthProfile.dtd">



<profile>


<plate tower="1" side="U">


<expansion xpercent="1.0" ypercent="0.30"


  />


</plate>



<plate tower="2" side="U">


<expansion xpercent="0.8" ypercent="0.25"


  />


</plate>



<plate tower="3" side="U">


<expansion xpercent="0.6" ypercent="0.20"


  />


</plate>



<plate tower="4" side="U">


<expansion xpercent="0.3" ypercent="0.15"


  />


</plate>


</profile>
Sv translation
languagefr

Cette page illustre le contenu d'un fichier type de profil d'étirement de bande (<nom de fichier>.wgp).
Conseil : copiez et modifiez le fichier fourni en exemple avec le logiciel Prinergy Evo. Ainsi vous n'aurez pas à retaper son contenu.
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE profile SYSTEM "WebGrowthProfile.dtd">
<profile>
<plate tower="1" side="U">
<expansion xpercent="1.0" ypercent="0.30"
/>
</plate>
<plate tower="2" side="U">
<expansion xpercent="0.8" ypercent="0.25"
/>
</plate>
<plate tower="3" side="U">
<expansion xpercent="0.6" ypercent="0.20"
/>
</plate>
<plate tower="4" side="U">
<expansion xpercent="0.3" ypercent="0.15"
/>
</plate>
</profile>

...