<!DOCTYPE html>
<html><head>
    <meta charset="UTF-8">
</head><body><p>Hello<br></p><p>I have a cave system in a plan view and also an elevation view from the main passage. This main passage is heading west-east.<br>Both maps are compiled into one final map.<br>(<a href="http://www.thehiddenriverproject.org/downloads/Reseau_de_lOuysse_Copyright.pdf">http://www.thehiddenriverproject.org/downloads/Reseau_de_lOuysse_Copyright.pdf</a>)<br>Beside that I would like to add a side passage which is heading let's say north-south also in elevation view into the final map.<br>Therefore I would like to draw an elevation map of only this side passage with point of viewing from west to east.<br></p><p>I selected all the measured survey lines from only this side passage and wanted to have the resulting (elevation) XVI file rotated 45 degree (counterclock wise). I do get a correct XVI file with only the side passage but not rotated.<br>I tried to use a layout for the XVI export and within that I used the "rotate" command.<br>But it didn't work:</p><p>select line....<br>select line....<br>export map -fmt xvi -proj elevation -layout layout_xvi -o ....</p><p>layout_xvi<br>  scale 1 200<br>  units metric<br>  rotate -45<br>endlayout</p><p>Is it possible to get a rotated XVI file (elevation view)?<br></p><p>regards,<br>Torsten<br></p></body></html>