Page 1 of 1

[GiDlist] GiD 11 / right menu commands and batch commands no

Posted: Mon May 14, 2012 3:48 pm
by Janosch Stascheit
Hi,

I'm using batch files to generate my geometries. As I found out with GiD
11, the commands for selecting entities in the copy and move command do
not work anymore. Can anyone confirm this behaviour?

Best regards
Janosch

[GiDlist] GiD 11 / right menu commands and batch commands no

Posted: Tue May 15, 2012 8:02 am
by amelendo
Hi Janosch,
Could you send me an example working on GiD 10 and not working on GiD 11
Thank you,
Adrià from GiD Team

El 14/05/2012 16:48, Janosch Stascheit escribió:
Hi,

I'm using batch files to generate my geometries. As I found out with GiD
11, the commands for selecting entities in the copy and move command do
not work anymore. Can anyone confirm this behaviour?

Best regards
Janosch

_______________________________________________
GiDlist mailing list
GiDlist at listas.cimne.upc.edu
http://listas.cimne.upc.edu/cgi-bin/mailman/listinfo/gidlist


[GiDlist] GiD 11 / right menu commands and batch commands no

Posted: Tue May 15, 2012 8:17 am
by Janosch Stascheit
Hi,

please find attached the respective example. Try to open the GiD project
and then import the copy_bug.bch file to perform the operation I am
usually using.

Best regards
Janosch



Am Dienstag, den 15.05.2012, 09:02 +0200 schrieb Adria Melendo:
Hi Janosch,
Could you send me an example working on GiD 10 and not working on GiD 11
Thank you,
Adrià from GiD Team

El 14/05/2012 16:48, Janosch Stascheit escribió:
Hi,

I'm using batch files to generate my geometries. As I found out with GiD
11, the commands for selecting entities in the copy and move command do
not work anymore. Can anyone confirm this behaviour?

Best regards
Janosch

_______________________________________________
GiDlist mailing list
GiDlist at listas.cimne.upc.edu
http://listas.cimne.upc.edu/cgi-bin/mailman/listinfo/gidlist


_______________________________________________
GiDlist mailing list
GiDlist at listas.cimne.upc.edu
http://listas.cimne.upc.edu/cgi-bin/mailman/listinfo/gidlist

-------------- next part --------------
A non-text attachment was scrubbed...
Name: copy_bug.gid.zip
Type: application/zip
Size: 18233 bytes
Desc: not available
Url : http://listas.cimne.upc.edu/pipermail/gidlist/attachments/20120515/843e82cc/attachment-0001.zip

[GiDlist] GiD 11 / right menu commands and batch commands no

Posted: Tue May 15, 2012 12:37 pm
by escolano
Hello Janosch,

This is a bug of GiD 11 (and last 10.1d betas) when selecting "all types"
and inverting a null selection
It will be fixed for next official and developer 11.x versions

Of do you want you can avoid the problem of these version for example
changing the process command
Utilities Copy AllTypes Translation 0,0,0 0,0,1 InvertSelection mescape
by
Utilities Copy AllTypes Translation 0,0,0 0,0,1 points InvertSelection
mescape

Thanks for your bug report

Enrique Escolano

----- Original Message -----
From: "Janosch Stascheit" janosch.stascheit at rub.de
To: gidlist at listas.cimne.upc.edu
Sent: Tuesday, May 15, 2012 9:17 AM
Subject: Re: [GiDlist] GiD 11 / right menu commands and batch commands not
working anymore


Hi,

please find attached the respective example. Try to open the GiD project
and then import the copy_bug.bch file to perform the operation I am
usually using.

Best regards
Janosch



Am Dienstag, den 15.05.2012, 09:02 +0200 schrieb Adria Melendo:
Hi Janosch,
Could you send me an example working on GiD 10 and not working on GiD 11
Thank you,
Adrià from GiD Team

El 14/05/2012 16:48, Janosch Stascheit escribió:
Hi,

I'm using batch files to generate my geometries. As I found out with
GiD
11, the commands for selecting entities in the copy and move command do
not work anymore. Can anyone confirm this behaviour?

Best regards
Janosch

_______________________________________________
GiDlist mailing list
GiDlist at listas.cimne.upc.edu
http://listas.cimne.upc.edu/cgi-bin/mailman/listinfo/gidlist


_______________________________________________
GiDlist mailing list
GiDlist at listas.cimne.upc.edu
http://listas.cimne.upc.edu/cgi-bin/mailman/listinfo/gidlist




--------------------------------------------------------------------------------


_______________________________________________
GiDlist mailing list
GiDlist at listas.cimne.upc.edu
http://listas.cimne.upc.edu/cgi-bin/mailman/listinfo/gidlist


[GiDlist] Number of Certain Element type

Posted: Tue May 22, 2012 9:01 pm
by Farzam, Arash
Hello,

I have two different types of elements (hexahedra and quadrilateral).
I know there is a simple command to write the total number of
elements. Is there also a xommand to write the total number of
hexahedra elements? or total number of quadrilateral elements?

Best Regards,
Arash

[GiDlist] Number of Certain Element type

Posted: Wed May 23, 2012 9:58 am
by escolano
I assume that do you want to write this number in the calculation file from
the .bas template
*nelem write the total number of elements,
but as is explained in Help-GiD customization - Template files... it
could have an extra argument
to specify the kind of elements: Point, Linear, Triangle, Quadrilateral,
Tetrahedra, Hexahedra, Prism, Pyramid, Sphere, Circle
e.g.
*nelem(Hexahedra)
*nelem(Quadrilateral)

At Tcl scripting language there also exists GiD extra commands to ask for
this information
e.g.
GiD_Info Mesh NumElements Hexahedra

Regards

Enrique Escolano

----- Original Message -----
From: "Farzam, Arash" farzam at ostatemail.okstate.edu
To: gidlist at listas.cimne.upc.edu
Sent: Tuesday, May 22, 2012 10:01 PM
Subject: [GiDlist] Number of Certain Element type


Hello,

I have two different types of elements (hexahedra and quadrilateral).
I know there is a simple command to write the total number of
elements. Is there also a xommand to write the total number of
hexahedra elements? or total number of quadrilateral elements?

Best Regards,
Arash
_______________________________________________
GiDlist mailing list
GiDlist at listas.cimne.upc.edu
http://listas.cimne.upc.edu/cgi-bin/mailman/listinfo/gidlist