[GiDlist] How to use GiD_MustRemeshFlag

Dear GiD team,
in the documentation I found the function
GiD_MustRemeshFlag

I tried to use it but it looks like it does not exist.
(invalid command name)

How can I get the info the function should provide?

Thanks

Andrea Calaon

R&D - Dalmine - Rolling Technology

This is a GiD-Tcl procedure, that works like is explained in the documentation:

GiD_MustRemeshFlag set|get ?value?

There is a GiD internal flag to indicate that the geometry, conditions, etc. have changed, and that the mesh must be re-generated before calculations are performed.

With this command it is possible to set or get this flag value:

value is only required for set: must be 0 (false), or 1 (true).

Example:
GID_MustRemeshFlag set 1
GID_MustRemeshFlag get


Maybe this command not exists in your GiD version. If it’s an old version update to a more recent one.

You must off course use it at Tcl scripting level, is not a GiD process command !!

Regards

Enrique Escolano

----- Original Message -----
From: “CALAON Andrea Dalmine R&D” acalaon at dalmine.it
To: gidlist at gatxan.cimne.upc.edu
Sent: Friday, June 08, 2007 2:08 PM
Subject: [GiDlist] How to use GiD_MustRemeshFlag


Dear GiD team,
in the documentation I found the function
GiD_MustRemeshFlag
I tried to use it but it looks like it does not exist.
(invalid command name)
How can I get the info the function should provide?
Thanks
Andrea Calaon
R&D - Dalmine - Rolling Technology


GiDlist mailing list
GiDlist at gid.cimne.upc.es
_http://gid.cimne.upc.es/mailman/listinfo/gidlist_
-------------- next part --------------
An HTML attachment was scrubbed…
URL: http://listas.cimne.upc.edu/pipermail/gidlist/attachments/20070608/3029b382/attachment.htm

Hello Andrea,

Probably the mistake is because the documentation has an error in the example:
instead
GID_MustRemeshFlag
must be
GiD_MustRemeshFlag

Note the i of GiD in lowercase!!

Enrique
----- Original Message -----
From: Enrique Escolano
To: gidlist at gatxan.cimne.upc.edu
Sent: Friday, June 08, 2007 4:10 PM
Subject: Re: [GiDlist] How to use GiD_MustRemeshFlag


This is a GiD-Tcl procedure, that works like is explained in the documentation:

GiD_MustRemeshFlag set|get ?value?

There is a GiD internal flag to indicate that the geometry, conditions, etc. have changed, and that the mesh must be re-generated before calculations are performed.

With this command it is possible to set or get this flag value:

value is only required for set: must be 0 (false), or 1 (true).

Example:
GiD_MustRemeshFlag set 1
GiD_MustRemeshFlag get


Maybe this command not exists in your GiD version. If it’s an old version update to a more recent one.

You must off course use it at Tcl scripting level, is not a GiD process command !!

Regards

Enrique Escolano

----- Original Message -----
From: “CALAON Andrea Dalmine R&D” acalaon at dalmine.it
To: gidlist at gatxan.cimne.upc.edu
Sent: Friday, June 08, 2007 2:08 PM
Subject: [GiDlist] How to use GiD_MustRemeshFlag


Dear GiD team,
in the documentation I found the function
GiD_MustRemeshFlag

I tried to use it but it looks like it does not exist.
(invalid command name)

How can I get the info the function should provide?

Thanks

Andrea Calaon

R&D - Dalmine - Rolling Technology


GiDlist mailing list
GiDlist at gid.cimne.upc.es
http://gid.cimne.upc.es/mailman/listinfo/gidlist
-------------- next part --------------
An HTML attachment was scrubbed…
URL: http://listas.cimne.upc.edu/pipermail/gidlist/attachments/20070608/7483bada/attachment.htm