No subject

Moderator: GiD Team

Post Reply
Guest

No subject

Post by Guest »

read GiD help about the 'GiD_Mesh' tcl command at Tcl/Tk extension-Control
functions-Special functions
the prototype is something like this
GiD_Mesh create|delete|edit node|element num|append elemtype nnode N1
... Nnnode radius ?matname? | x y z

e.g, to change the connectivities of the element number 5 (assumed that it's
a triangle with 3 nodes) to have as connectivities the nodes 4, 1, and 2,
use something like this:

GiD_Mesh edit element 5 triangle 3 {4 1 2}

Regards

Enrique Escolano

----- Original Message -----
From: "HEMMI, Shigeru" shigeru.hemmi at ctc-g.co.jp
To: gidlist at gid.cimne.upc.edu
Sent: Wednesday, May 28, 2008 6:32 AM
Subject: [GiDlist] How I can change connectivity of an element?


Dear GiD team,

Let me know how I can change connectivity of a 3D solid element within
GiD operation. Is there a way to do it?

Thanks in advance,

Regards,


HEMMI, Shigeru
ITOCHU Techno-Solutions Corporation (CTC)
Japan
_______________________________________________
GiDlist mailing list
GiDlist at gid.cimne.upc.edu
http://gid.cimne.upc.es/mailman/listinfo/gidlist
Post Reply