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

Moderator: GiD Team

Post Reply
Janosch Stascheit

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

Post 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
User avatar
amelendo
Posts: 57
Joined: Tue Sep 16, 2014 2:20 pm

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

Post 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

Janosch Stascheit

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

Post 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
User avatar
escolano
Posts: 1922
Joined: Sun Sep 05, 1982 10:51 pm

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

Post 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

Farzam, Arash

[GiDlist] Number of Certain Element type

Post 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
User avatar
escolano
Posts: 1922
Joined: Sun Sep 05, 1982 10:51 pm

[GiDlist] Number of Certain Element type

Post 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
Post Reply