[Therion] coupe et plan

2016-02-04 Thread Yann Gardère
Merci Bertrand, après avoir tout réorganisé ta solution me convient :)

Le 4 février 2016 à 16:02, Bertrand Hauser  a
écrit :

> Salut,
>
> Mes fichiers th2 sont indépendants de la vue finale. Personnellement, je
> sépare les plan et les coupes. Je découpe aussi mes plans (et mes coupes)
> en plusieurs fichiers quand la cavité est importante.
> Dans mon thconfig, j'intègre les 2 vues (plan et coupe) à l'aide de
> l'instruction map-image.
>
> Mon thconfig a en gros cette organisation :
>
> source cavite.th
> input ../layout-standard.thconfig #je mets dedans tout ce qui est
> générique à toutes mes topos
> layout maCoupe
>  # les directives concernant ma coupe
> endlayout
> layout monPlan
>  # les directives concernant mon plan
> endlayout
> layout lesDeuxEnsemble
> copy monPlan
> map-image  x  y  orig exports/cavite-coupe.pdf
> endlayout
> #je fais cet export uniquement pour qu'il soit récupéré et intégré dans 
> le
> plan
> export map -projection extended -o exports/cavite-coupe.pdf -layout
> maCoupe
> # je génére mon plan et y intègre ma coupe.
> export map -projection plan -o exports/cavite-plan-et-coupe.pdf -layout
> lesDeuxEnsemble
>
> Si d'ailleurs il y a de meilleurs manières de faire, je suis preneur...
> Bonnes explos,
> Bertrand
>
> Le 4 février 2016 à 15:30, Yann Gardère  a 
> écrit :
>
>>
>> Bonjour,
>>
>> Pour ne pas faire n'importe quoi je sollicite votre aide, je souhaiterai
>> au final avoir le plan et la coupe dev. sur un même pdf, quel est la
>> meilleure solution ?
>>
>> - 1 fichier th2 par vue que l'on assemble ensuite
>>
>> ou
>>
>> - Le même fichier th2 pour les 2 vues
>>
>> ensuite j'en vient a ma seconde question, dan l'hypothese que je
>> choisisse un seul fichier th2 pour les 2 vues et que je veuille
>> repositionner par exemple la vue en plan par rapport a la vue en coupe
>> dev., comment faire faire pour deplacer un ensemble de ligne en même temps
>> (toute la vue en plan) ? (je n'arrive qu'a deplacer qu'un point a la fois)
>>
>> merci
>>
>> Gardère Yann
>>
>> ___
>> Therion mailing list
>> Therion at speleo.sk
>> http://mailman.speleo.sk/mailman/listinfo/therion
>>
>>
>
> ___
> Therion mailing list
> Therion at speleo.sk
> http://mailman.speleo.sk/mailman/listinfo/therion
>
>
-- next part --
An HTML attachment was scrubbed...
URL: 
<http://mailman.speleo.sk/pipermail/therion/attachments/20160204/62089be8/attachment.html>


[Therion] coupe et plan

2016-02-04 Thread Contact Maison-hote.fr
Merci Bertrand, après avoir tout réorganisé ta solution me convient :)

Le 4 février 2016 à 16:02, Bertrand Hauser  a
écrit :

> Salut,
>
> Mes fichiers th2 sont indépendants de la vue finale. Personnellement, je
> sépare les plan et les coupes. Je découpe aussi mes plans (et mes coupes)
> en plusieurs fichiers quand la cavité est importante.
> Dans mon thconfig, j'intègre les 2 vues (plan et coupe) à l'aide de
> l'instruction map-image.
>
> Mon thconfig a en gros cette organisation :
>
> source cavite.th
> input ../layout-standard.thconfig #je mets dedans tout ce qui est
> générique à toutes mes topos
> layout maCoupe
>  # les directives concernant ma coupe
> endlayout
> layout monPlan
>  # les directives concernant mon plan
> endlayout
> layout lesDeuxEnsemble
> copy monPlan
> map-image  x  y  orig exports/cavite-coupe.pdf
> endlayout
> #je fais cet export uniquement pour qu'il soit récupéré et intégré dans 
> le
> plan
> export map -projection extended -o exports/cavite-coupe.pdf -layout
> maCoupe
> # je génére mon plan et y intègre ma coupe.
> export map -projection plan -o exports/cavite-plan-et-coupe.pdf -layout
> lesDeuxEnsemble
>
> Si d'ailleurs il y a de meilleurs manières de faire, je suis preneur...
> Bonnes explos,
> Bertrand
>
> Le 4 février 2016 à 15:30, Yann Gardère  a 
> écrit :
>
>>
>> Bonjour,
>>
>> Pour ne pas faire n'importe quoi je sollicite votre aide, je souhaiterai
>> au final avoir le plan et la coupe dev. sur un même pdf, quel est la
>> meilleure solution ?
>>
>> - 1 fichier th2 par vue que l'on assemble ensuite
>>
>> ou
>>
>> - Le même fichier th2 pour les 2 vues
>>
>> ensuite j'en vient a ma seconde question, dan l'hypothese que je
>> choisisse un seul fichier th2 pour les 2 vues et que je veuille
>> repositionner par exemple la vue en plan par rapport a la vue en coupe
>> dev., comment faire faire pour deplacer un ensemble de ligne en même temps
>> (toute la vue en plan) ? (je n'arrive qu'a deplacer qu'un point a la fois)
>>
>> merci
>>
>> Gardère Yann
>>
>> ___
>> Therion mailing list
>> Therion at speleo.sk
>> http://mailman.speleo.sk/mailman/listinfo/therion
>>
>>
>
> ___
> Therion mailing list
> Therion at speleo.sk
> http://mailman.speleo.sk/mailman/listinfo/therion
>
>
-- next part --
An HTML attachment was scrubbed...
URL: 
<http://mailman.speleo.sk/pipermail/therion/attachments/20160204/8c596a45/attachment.html>


[Therion] coupe et plan

2016-02-04 Thread Bertrand Hauser
Salut,

Mes fichiers th2 sont indépendants de la vue finale. Personnellement, je
sépare les plan et les coupes. Je découpe aussi mes plans (et mes coupes)
en plusieurs fichiers quand la cavité est importante.
Dans mon thconfig, j'intègre les 2 vues (plan et coupe) à l'aide de
l'instruction map-image.

Mon thconfig a en gros cette organisation :

source cavite.th
input ../layout-standard.thconfig #je mets dedans tout ce qui est générique
à toutes mes topos
layout maCoupe
 # les directives concernant ma coupe
endlayout
layout monPlan
 # les directives concernant mon plan
endlayout
layout lesDeuxEnsemble
copy monPlan
map-image  x  y  orig exports/cavite-coupe.pdf
endlayout
#je fais cet export uniquement pour qu'il soit récupéré et intégré dans le
plan
export map -projection extended -o exports/cavite-coupe.pdf -layout maCoupe
# je génére mon plan et y intègre ma coupe.
export map -projection plan -o exports/cavite-plan-et-coupe.pdf -layout
lesDeuxEnsemble

Si d'ailleurs il y a de meilleurs manières de faire, je suis preneur...
Bonnes explos,
Bertrand

Le 4 février 2016 à 15:30, Yann Gardère  a écrit 
:

>
> Bonjour,
>
> Pour ne pas faire n'importe quoi je sollicite votre aide, je souhaiterai
> au final avoir le plan et la coupe dev. sur un même pdf, quel est la
> meilleure solution ?
>
> - 1 fichier th2 par vue que l'on assemble ensuite
>
> ou
>
> - Le même fichier th2 pour les 2 vues
>
> ensuite j'en vient a ma seconde question, dan l'hypothese que je choisisse
> un seul fichier th2 pour les 2 vues et que je veuille repositionner par
> exemple la vue en plan par rapport a la vue en coupe dev., comment faire
> faire pour deplacer un ensemble de ligne en même temps (toute la vue en
> plan) ? (je n'arrive qu'a deplacer qu'un point a la fois)
>
> merci
>
> Gardère Yann
>
> ___
> Therion mailing list
> Therion at speleo.sk
> http://mailman.speleo.sk/mailman/listinfo/therion
>
>
-- next part --
An HTML attachment was scrubbed...
URL: 
<http://mailman.speleo.sk/pipermail/therion/attachments/20160204/3d029498/attachment.html>


[Therion] Shortcut to delete a line point

2016-02-04 Thread Владимир Георгиев
Sorry guys, the mail below was addressed to Marco about the Topodroid app,
but I sent it to the mailing list by accident :)


On Thu, Feb 4, 2016 at 12:19 PM, Владимир Георгиев 

wrote:

> A couple of questions:
>
> The Cave3D has an export function in ASCII and binary. What format does it
> actually export for both options? Is it for internal use or it can be
> reused from other apps?
>
> I have two working folders from two different caves, one is in the default
> TopoDroid folder, the other is with a different name. I can't change
> between them now, but it used to work some time ago. Now only the default
> one is shown.
> There is no OK button, so I'm not sure it is accepting the new folder name
> when I tap on it.
>
> On Wed, Jan 27, 2016 at 4:46 PM, Владимир Георгиев 
>  > wrote:
>
>>
>> On Wed, Jan 27, 2016 at 4:36 PM, Marco Corvi 
>> wrote:
>>
>>> > How hard would it be to add one?
>>>
>>> not very hard.
>>> the most difficult thing is to come up with a nice way to interact with
>>> the user, while keeping the interface simple.
>>> any idea?
>>>
>> ​Something like a shortcut Ctrl-Shift-D, which when pressed will delete
>> the currently selected point in a line. Then the next one gets selected, as
>> it currently is.
>> You will still have to click on a point initially to select it. When I
>> had to remove a lot of points for each one I had to right-click and select
>> the submenu item. It would be faster to click a point with the mouse with
>> one hand and press a keyboard shortcut to delete it :)
>> Not much of an issue if you do it a couple of times, only matters if you
>> have to repeat it more.
>>
>>> > Does anyone know what part of the source handles the shortcuts for
>>> XTherion?
>>>
>>> not sure what you mean.
>>> can you explain more ?
>>>
>> ​I meant that I could add it to the xtherion app and recompile it, but I
>> don't know what and where should be changed and how easy it would be.​
>>
>>
>>
>
-- next part --
An HTML attachment was scrubbed...
URL: 
<http://mailman.speleo.sk/pipermail/therion/attachments/20160204/4268a618/attachment.html>


[Therion] Shortcut to delete a line point

2016-02-04 Thread Владимир Георгиев
A couple of questions:

The Cave3D has an export function in ASCII and binary. What format does it
actually export for both options? Is it for internal use or it can be
reused from other apps?

I have two working folders from two different caves, one is in the default
TopoDroid folder, the other is with a different name. I can't change
between them now, but it used to work some time ago. Now only the default
one is shown.
There is no OK button, so I'm not sure it is accepting the new folder name
when I tap on it.

On Wed, Jan 27, 2016 at 4:46 PM, Владимир Георгиев 

wrote:

>
> On Wed, Jan 27, 2016 at 4:36 PM, Marco Corvi 
> wrote:
>
>> > How hard would it be to add one?
>>
>> not very hard.
>> the most difficult thing is to come up with a nice way to interact with
>> the user, while keeping the interface simple.
>> any idea?
>>
> ​Something like a shortcut Ctrl-Shift-D, which when pressed will delete
> the currently selected point in a line. Then the next one gets selected, as
> it currently is.
> You will still have to click on a point initially to select it. When I had
> to remove a lot of points for each one I had to right-click and select the
> submenu item. It would be faster to click a point with the mouse with one
> hand and press a keyboard shortcut to delete it :)
> Not much of an issue if you do it a couple of times, only matters if you
> have to repeat it more.
>
>> > Does anyone know what part of the source handles the shortcuts for
>> XTherion?
>>
>> not sure what you mean.
>> can you explain more ?
>>
> ​I meant that I could add it to the xtherion app and recompile it, but I
> don't know what and where should be changed and how easy it would be.​
>
>
>
-- next part --
An HTML attachment was scrubbed...
URL: 
<http://mailman.speleo.sk/pipermail/therion/attachments/20160204/ff98ea90/attachment.html>


[Therion] Shortcut to delete a line point

2016-02-04 Thread Marco Corvi
On Feb 4, 2016 11:20, "Владимир Георгиев"  wrote:
>
> A couple of questions:
>
> The Cave3D has an export function in ASCII and binary. What format does
it actually export for both options? Is it for internal use or it can be
reused from other apps?

they are both stl

> I have two working folders from two different caves, one is in the
default TopoDroid folder, the other is with a different name. I can't
change between them now, but it used to work some time ago. Now only the
default one is shown.
> There is no OK button, so I'm not sure it is accepting the new folder
name when I tap on it.

this is a bug.
thanks for pointing it out.
marco

> On Wed, Jan 27, 2016 at 4:46 PM, Владимир Георгиев 
> 
wrote:
>>
>>
>> On Wed, Jan 27, 2016 at 4:36 PM, Marco Corvi 
wrote:
>>>
>>> > How hard would it be to add one?
>>>
>>> not very hard.
>>> the most difficult thing is to come up with a nice way to interact with
the user, while keeping the interface simple.
>>> any idea?
>>
>> ​Something like a shortcut Ctrl-Shift-D, which when pressed will delete
the currently selected point in a line. Then the next one gets selected, as
it currently is.
>> You will still have to click on a point initially to select it. When I
had to remove a lot of points for each one I had to right-click and select
the submenu item. It would be faster to click a point with the mouse with
one hand and press a keyboard shortcut to delete it :)
>> Not much of an issue if you do it a couple of times, only matters if you
have to repeat it more.
>>>
>>> > Does anyone know what part of the source handles the shortcuts for
XTherion?
>>>
>>> not sure what you mean.
>>> can you explain more ?
>>
>> ​I meant that I could add it to the xtherion app and recompile it, but I
don't know what and where should be changed and how easy it would be.​
>>
>>
>
>
> ___
> Therion mailing list
> Therion at speleo.sk
> http://mailman.speleo.sk/mailman/listinfo/therion
>
-- next part --
An HTML attachment was scrubbed...
URL: 
<http://mailman.speleo.sk/pipermail/therion/attachments/20160204/ae51b977/attachment.html>