Search found 1820 matches

by escolano
Mon Jun 23, 2008 7:51 pm
Forum: 2013 - 2005
Topic: [GiDlist] keyboard input
Replies: 2
Views: 2055

[GiDlist] Tcl script

Some comments: 1- don't use this names for your variables or window names, because they are used for some GiD standard windows e.g, instead global ParametricPriv set w .gid.parametric InitWindow $w "Create Parametric Line" ParametricWindowGeom can use some like: global PakkaPriv set w .gid...
by escolano
Tue Jun 17, 2008 12:50 pm
Forum: 2013 - 2005
Topic: [GiDlist] constrains
Replies: 8
Views: 4989

[GiDlist] Fiber section problem GiD/Opensees

A) If your section must be applied to geometric/mesh entities (you need to know the nodes/elements with this section), then I recommend you to use a condition that point to a material It is unnecessary for this material to be assigned to any entity, see GiD help about "Tcl/Tk Extension-Custom D...
by escolano
Mon Jun 16, 2008 10:57 pm
Forum: 2013 - 2005
Topic: [GiDlist] constrains
Replies: 8
Views: 4989

[GiDlist] constrains

You are not asking for an intrinsic GiD feature, I think that you are requesting about 'RamSeries' is not? Depending on the Ramseries version, I think that it exists a Non-Linear elastic constraint (NL Elastic Constraint) You can define it as 'Tensile only' (or define with a table your the stress-st...
by escolano
Mon Jun 16, 2008 10:47 pm
Forum: 2013 - 2005
Topic: [GiDlist] How can I do to get information about a control po
Replies: 1
Views: 1620

[GiDlist] How can I do to get information about a control po

Read GiD help about TCL/TK EXTENSION-Control functions-Info function- GiD_Geometry With this GiD Tcl command you can ask GiD to know the geometric information, or also create/delete gemetric entities. e.g. can ask the information using GiD_Geometry get surface $num ----- Original Message ----- From:...
by escolano
Mon Jun 16, 2008 10:33 pm
Forum: 2013 - 2005
Topic: [GiDlist] constrains
Replies: 8
Views: 4989

[GiDlist] Fiber section problem GiD/Opensees

I don't understand well what are you trying to do, but probably you had better using a 'GiD condition' instead a 'GiD material' You can define a condition with a field to store your section identifier, and other fields that can store the material properties (or better a field that point to a materia...
by escolano
Mon Jun 16, 2008 10:16 pm
Forum: 2013 - 2005
Topic: [GiDlist] duplicate option
Replies: 6
Views: 3762

[GiDlist] duplicate option

The GiD 9 release version will have this feature, to act like your image. Enrique ----- Original Message ----- From: Enrique Escolano To: gidlist at gid.cimne.upc.edu Sent: Monday, June 16, 2008 12:40 PM Subject: Re: [GiDlist] duplicate option Hello Jannet, You are right, The end nodes of the 'dupli...
by escolano
Mon Jun 16, 2008 11:42 am
Forum: 2013 - 2005
Topic: [GiDlist] duplicate option
Replies: 6
Views: 3762

[GiDlist] duplicate option

Hello Jannet, You are right, The end nodes of the 'duplicated lines' are shared, not duplicated. It's well for internal 'cracks', but as you said it's bad for lines cutting the perimeter, because the final node is joining both parts. We will enhance our algorith for next versions to deal with this k...
by escolano
Mon Jun 09, 2008 10:46 am
Forum: 2013 - 2005
Topic: [GiDlist] problem in bas fille and tcl
Replies: 7
Views: 3775

[GiDlist] Problem when starting Gid

Try to delete the "gid.ini" configuration file. It will be automatically rebuild with default values when starting GiD For Windows XP It must be located in a place similar to: C:\Documents and Settings\your_user\Program data\GiD\gid.ini Regards Enrique Escolano ----- Original Message -----...
by escolano
Fri Jun 06, 2008 2:57 pm
Forum: 2013 - 2005
Topic: [GiDlist] batch file
Replies: 7
Views: 3680

[GiDlist] batch file

If your GiD version doesn't has this split volume command, update to the last 8.2b beta version, or to the new 9.0-rc release candidate version (but this 9.x version will require a new password, different of the 8.x) Off course you can do the split volume manually: delete the old volume and create t...
by escolano
Thu Jun 05, 2008 9:38 pm
Forum: 2013 - 2005
Topic: [GiDlist] batch file
Replies: 7
Views: 3680

[GiDlist] batch file

There not exists a direct tool to intersect a volume against a surface. You must do this steps: 1- Intersect the cube and the circle surfaces: Geometry-Edit-Intersection-Multiple surfaces (and can select all) 2- The four cube surfaces are not splitted in two parts, you must do it with: Geometry-Edit...