[GiDlist] Delete assigned nodes

Moderator: GiD Team

Post Reply
ascosta at portugalmail.pt

[GiDlist] Delete assigned nodes

Post by ascosta at portugalmail.pt »

An embedded and charset-unspecified text was scrubbed...
Name: not available
Url: http://listas.cimne.upc.edu/pipermail/gidlist/attachments/20060111/64e09d0f/attachment.txt
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://listas.cimne.upc.edu/pipermail/gidlist/attachments/20060111/64e09d0f/attachment.htm
User avatar
escolano
Posts: 1961
Joined: Sun Sep 05, 1982 10:51 pm

[GiDlist] Delete assigned nodes

Post by escolano »

You can specify this selection from the tcl code (without user interaction), with the list of entities separated by spaces, or ranges with a semicolon like 1:4 instead 1 2 3 4, and finished with escape

for example:
GiD_Process escape escape escape escape data cond assign [DWGetGIDCondName $GDN] unassign 1 5:end escape

About to remember the window sizes, instead to create a window with the Tk standard toplevel command, can use the InitWindow GiD tcl procedure. Then GiD save and restore the window size.

Yourself can off course to save and read this window sizes, and set again this size when reopen it
(see wm geometry Tk standard command)

For a sample using InitWindow, download and read the A3-Extension_tcl_ENG.doc document, from the GiD course 2002, Advanced course documentation ( http://www.gidhome.com/2002/material_courses )

Regards

Enrique

----- Original Message -----
From: ascosta at portugalmail.pt
To: gidlist at gid.cimne.upc.es
Sent: Wednesday, January 11, 2006 5:34 PM
Subject: [GiDlist] Delete assigned nodes


If i want to delete all assigned nodes for a condition i do:

GiD_Process escape escape escape escape data cond assign [DWGetGIDCondName $GDN] delete yes escape

But if i only want to assign few nodes it's possible to do:

GiD_Process escape escape escape escape data cond assign [DWGetGIDCondName $GDN] unassign

But in this case i have to select the nodes i want.

It's possible to delete the nodes not selecting, just telling the nodes to delete?


Thanks.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://listas.cimne.upc.edu/pipermail/gidlist/attachments/20060111/7c272cfb/attachment.htm
Willy S

[GiDlist] How to extrude the doubly curved shell

Post by Willy S »

Hi GiD Team
How to create and extrude the doubly curved shell?? Would you please to advice?

Thanks


---------------------------------
Yahoo! Photos
Got holiday prints? See all the ways to get quality prints in your hands ASAP.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://listas.cimne.upc.edu/pipermail/gidlist/attachments/20060112/a682de24/attachment.htm
User avatar
escolano
Posts: 1961
Joined: Sun Sep 05, 1982 10:51 pm

[GiDlist] How to extrude the doubly curved shell

Post by escolano »

Maybe you can create this surface by extruding a curve with revolution around an axe
(from the copy windows with rotation transformation and extruding surfaces),
or maybe can use as transformation a sweep of a curve along another path curve.

You can also create only the boundary curves and then create a surface by contour.


----- Original Message -----
From: Willy S
To: gidlist at gatxan.cimne.upc.edu
Sent: Thursday, January 12, 2006 2:39 AM
Subject: [GiDlist] How to extrude the doubly curved shell



Hi GiD Team
How to create and extrude the doubly curved shell?? Would you please to advice?

Thanks


------------------------------------------------------------------------------
Yahoo! Photos
Got holiday prints? See all the ways to get quality prints in your hands ASAP.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://listas.cimne.upc.edu/pipermail/gidlist/attachments/20060112/43b9ea97/attachment.htm
Post Reply