therion-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Therion] Best structure to use for using 3d files.


From: Stacho Mudrak
Subject: Re: [Therion] Best structure to use for using 3d files.
Date: Mon, 12 Feb 2007 13:24:57 +0100
User-agent: Internet Messaging Program (IMP) H3 (4.1) / FreeBSD-4.10

Quoting Michael Lake <address@hidden>:
> I have got a therion dataset working and it's attached as a tarball.
> But I seem to have to add empty survey containers in like this into cave.th
>   survey rect -title "The rectangle cave"
>   endsurvey
>   survey extra -title "The extra bit"
>   endsurvey

Yes, you may do it like this (if you need survey structure also in  
therion). If not, just use -surveys ignore when importing 3d data. Or  
you may use -surveys create, if you do not want to add empty containers.

> Also how does one get the full pathname of stations displayed on the  
>  PDF ie like
>  rect.1, rect.2 instead of just 1,2 etc

Use -layout-survey-level all when exporting map. I am sorry, it is not  
documented in therion book. We will add it.

> Also how can one get all the stations labelled on the PDF without having to
> assign a point to them manually in therion map editor?

If you have no map or scrap, then stations will be exported  
automatically. Otherwise you have to insert survey into map and  
display this map.

> Can one get lines betwwen the stations instead of just the "little   
> flying bat"
> symbols? i.e. a centerline line.

You have to redefine line symbol in layout

layout centerlines
code metapost
def l_survey_cave (expr P) =
   T:=identity;
   pickup PenC;
   thdraw P;
enddef;
endcode
endlayout

and use this layout in export

export map -layout centerlines

> Finally whats the suggestions for the best structure/layout to sue for using
> just 3d files for the data. You see I was thinking of putting survex  
>  data into
> surveys/ and therion scraps into maps/

This question is definitely for people using survex + therion. I have no idea.

S.


_______________________________________________
Therion mailing list
address@hidden
http://www.speleo.sk/mailman/listinfo/therion




reply via email to

[Prev in Thread] Current Thread [Next in Thread]