[Therion] both plan and extended elevation on the same pdf page

Xavier Pennec Xavier.Pennec at inria.fr
Mon Dec 31 10:09:52 CET 2012


Hi Cawa,

Here is an example of the config file to put the elevation below the 
plan with the map-image trick that Martin mentionned. It is not ideal 
but it is often sufficient for small caves.

Xavier


Le 31/12/2012 01:26, cawa sorix a écrit :
> Hi all,
>
> I have a few litlle caves to import in therion, it works fine, on 2
> files, but I look for a solution to put both plan and extended
> elevation on the same pdf, I found the wiki page
> http://therion.speleo.sk/wiki/doku.php/fr:tbe:wiki7, 7.1 Output, but I
> don't understand, how the process works.
>
> Do you test this solution or do you have an other track ?
>
> Regards,
> C.S.
> _______________________________________________
> Therion mailing list
> Therion at speleo.sk
> http://mailman.speleo.sk/mailman/listinfo/therion

-- 
> -------------------------
> Xavier Pennec
> Senior Research Scientist / Directeur de recherche
> Asclepios project-team, INRIA Sophia-Antipolis
> 2004 Route des Lucioles, BP93
> F-06902 Sophia-Antipolis Cedex, France
> +33 4 92 38 76 64
> +33 6 78 35 16 90
> http://www-sop.inria.fr/asclepios/
> -------------------------------

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.speleo.sk/pipermail/therion/attachments/20121231/a5169c55/attachment.htm>
-------------- next part --------------
encoding  utf-8
source MasDuPre3.th
# source ../../HierleGeneral.th

input ../../Layouts/LayoutTopoXav.thconfig

layout xvi-export
scale 1 100
grid-size 1 1 1 m
endlayout


layout coupe_layout
  copy LayoutTopoXav
  
# debug on
  scale 1 100
  grid-size 10 10 5 m
  grid bottom
  #grid-size 10 10 10 m
  # color map-bg 85
  transparency on
  opacity 60
  language fr
  statistics topo-length off
  statistics explo-length off
  legend off
  map-header 8 50 off
  layers off
  # sketches on
endlayout


## Coupe projetee
select Coupe at MasDuPre3

export map -fmt xvi -o Scraps/MasDuPre3_coupe.xvi -projection [elevation 260] -layout xvi-export
export map   -o Topos/MasDuPre3_coupe.pdf -projection [elevation 260] -layout coupe_layout


layout map_layout
  copy LayoutTopoXav
  
  # symbol-show line survey
  
  #rotate 45 ## axe projection 315
  rotate 90
   map-header 0 120 sw
# debug on
  scale 1 100
  grid bottom
  grid-size 10 10 10 m

  # color map-fg 85
  transparency on
  opacity 60
  language fr
  statistics topo-length on
  statistics explo-length on
  legend off
#  map-header 8 50 e
  layers off
endlayout

select Plan at MasDuPre3

export map -fmt xvi -o Scraps/MasDuPre3_plan.xvi -layout xvi-export 
export map   -o Topos/MasDuPre3_plan.pdf   -layout map_layout


################# Combines plan & coupe

layout combined_layout
  copy map_layout
  map-image 50 -10 n   "Topos/MasDuPre3_coupe.pdf"
endlayout

select MasDuPre3

export map   -o Topos/MasDuPre3.pdf   -layout combined_layout
export model -o Topos/MasDuPre3.lox
export model -o Topos/MasDuPre3.3d


More information about the Therion mailing list