[GiDlist] Intersection Surface Lines

Hi GiD Team,
I have another question related to the generation of new geometry.
When issuing the command:
Intersection-Surface-lines
form the GUI, or from Tcl, is it there any way to assign the new points
(the intersections) to a layer different from the line layer (like, for
instance, the layer “to use”)?

Thanks for any suggestons

Andrea

Hello Andrea,

It’s difficult to manage the new entities created by GiD operations, because it’s unknow the number of entities to be obtained, etc.

In order to facilitate the automatizacion with scripts, we try to create the new entities with increasing numeration (without fill
lower void numbers). Then you can ask GiD for the last point number, etc, and the new ones of the intersection, etc, will be all
with higher numeration.

It’s easy to send to another layer, etc all entities from a number to the end, with the syntax
beginnum:endnum
If endnum is missing, it’s assumed until the last entity (somewhere is also valid to use the word “end”)

Enrique
----- Original Message -----
From: “CALAON Andrea Dalmine R&D” acalaon at dalmine.it
To: gidlist at gatxan.cimne.upc.edu
Sent: Tuesday, May 08, 2007 8:39 PM
Subject: [GiDlist] Intersection Surface Lines


Hi GiD Team,
I have another question related to the generation of new geometry.
When issuing the command:
Intersection-Surface-lines
form the GUI, or from Tcl, is it there any way to assign the new points
(the intersections) to a layer different from the line layer (like, for
instance, the layer “to use”)?
Thanks for any suggestons
Andrea


GiDlist mailing list
GiDlist at gid.cimne.upc.es
_http://gid.cimne.upc.es/mailman/listinfo/gidlist_