[GiDlist] Problem with selecting points

Moderator: GiD Team

Chen Guangjing

[GiDlist] Problem with selecting points

Post by Chen Guangjing »

Dear Sir/Madam

There is a problem with my GID 6.1.2:
when I select a point from a geometric figure or mesh, the point becomes

red, but the red point is so small that it is difficult to see the red
color clearly.
so could you please do me a favor to tell me how to improve it?
I look forward to your reply!

Yours sincerely,
Chen Gaungjing
Edificio D2
Javier Mora

[GiDlist] Problem with selecting points

Post by Javier Mora »

You can use two additional tools:

Utilities - Signal - Points (the point is signed using four lines)
View - Label - All in - Points (you will see a label for each selected
point)

-----Mensaje original-----
De: gidlist-admin at gatxan.cimne.upc.es
[mailto:gidlist-admin at gatxan.cimne.upc.es]En nombre de Chen Guangjing
Enviado el: miércoles, 12 de febrero de 2003 15:21
Para: GiDlist at gatxan.cimne.upc.es
Asunto: [GiDlist] Problem with selecting points


Dear Sir/Madam

There is a problem with my GID 6.1.2:
when I select a point from a geometric figure or mesh, the
point becomes

red, but the red point is so small that it is difficult to see the red
color clearly.
so could you please do me a favor to tell me how to improve it?
I look forward to your reply!

Yours sincerely,
Chen Gaungjing
Edificio D2

_______________________________________________
GiDlist mailing list
GiDlist at gid.cimne.upc.es
http://gid.cimne.upc.es/mailman/listinfo/gidlist

Chen Guangjing

[GiDlist] Problem with selecting points

Post by Chen Guangjing »

Hi, Javier

Many thanks for your reply!
But for me I hope the points selected to be marked by bigger red point.
This problem happened recently, and there was no such problem with my
previous GID.

Chen

Javier Mora wrote:

You can use two additional tools:

Utilities - Signal - Points (the point is signed using four lines)
View - Label - All in - Points (you will see a label for each selected
point)

-----Mensaje original-----
De: gidlist-admin at gatxan.cimne.upc.es
[mailto:gidlist-admin at gatxan.cimne.upc.es]En nombre de Chen Guangjing
Enviado el: miércoles, 12 de febrero de 2003 15:21
Para: GiDlist at gatxan.cimne.upc.es
Asunto: [GiDlist] Problem with selecting points


Dear Sir/Madam

There is a problem with my GID 6.1.2:
when I select a point from a geometric figure or mesh, the
point becomes

red, but the red point is so small that it is difficult to see the red
color clearly.
so could you please do me a favor to tell me how to improve it?
I look forward to your reply!

Yours sincerely,
Chen Gaungjing
Edificio D2

_______________________________________________
GiDlist mailing list
GiDlist at gid.cimne.upc.es
http://gid.cimne.upc.es/mailman/listinfo/gidlist


_______________________________________________
GiDlist mailing list
GiDlist at gid.cimne.upc.es
http://gid.cimne.upc.es/mailman/listinfo/gidlist
Javier Mora

[GiDlist] Problem with selecting points

Post by Javier Mora »

Other suggestion: check a newer version, GiD7.2 or the last beta version of
GiD6:
ftp://gid.cimne.upc.es/pub/gid_adds/Windows/Old/GiD6.3.0b-win.exe (12.6 MB)


-----Mensaje original-----
De: gidlist-admin at gatxan.cimne.upc.es
[mailto:gidlist-admin at gatxan.cimne.upc.es]En nombre de Chen Guangjing
Enviado el: miércoles, 12 de febrero de 2003 16:03
Para: gidlist at gatxan.cimne.upc.es
Asunto: Re: [GiDlist] Problem with selecting points


Hi, Javier

Many thanks for your reply!
But for me I hope the points selected to be marked by bigger
red point.
This problem happened recently, and there was no such problem with my
previous GID.

Chen

Javier Mora wrote:

You can use two additional tools:

Utilities - Signal - Points (the point is signed using four lines)
View - Label - All in - Points (you will see a label for
each selected
point)

-----Mensaje original-----
De: gidlist-admin at gatxan.cimne.upc.es
[mailto:gidlist-admin at gatxan.cimne.upc.es]En nombre de
Chen Guangjing
Enviado el: miércoles, 12 de febrero de 2003 15:21
Para: GiDlist at gatxan.cimne.upc.es
Asunto: [GiDlist] Problem with selecting points


Dear Sir/Madam

There is a problem with my GID 6.1.2:
when I select a point from a geometric figure or mesh, the
point becomes

red, but the red point is so small that it is difficult
to see the red
color clearly.
so could you please do me a favor to tell me how to improve it?
I look forward to your reply!

Yours sincerely,
Chen Gaungjing
Edificio D2

_______________________________________________
GiDlist mailing list
GiDlist at gid.cimne.upc.es
http://gid.cimne.upc.es/mailman/listinfo/gidlist


_______________________________________________
GiDlist mailing list
GiDlist at gid.cimne.upc.es
http://gid.cimne.upc.es/mailman/listinfo/gidlist

_______________________________________________
GiDlist mailing list
GiDlist at gid.cimne.upc.es
http://gid.cimne.upc.es/mailman/listinfo/gidlist

Pablo Perez del Castillo

[GiDlist] help with tcl

Post by Pablo Perez del Castillo »

Hello;
I try to get information about centroid with tcl for every element, so i
write:
*.bas
*loop elems
*set var num=elemsnum
*elemsnum *tcl(WriteCentroidesInfo *num)
*end elems

In the tcl i tried with two ways, with "regexp" and with "split " and
"lindex". With "regexp" i got error in variable $b, with "split" amd
"lindex" i get like this: center=2.22281

proc WriteCentroidesInfo {num} {
set a [.central.s info listMassProperties Elements $num]
regexp -nocase {Gravity center= ([0-9]+)} $a none b
return $b
#set b [split $a]
#set x [lindex $b 9]
#return $x
#set y [lindex $b 10]
#return $y
#set z [lindex $b 11]
#return $z

}

What is my mistake?, advanced thanks
Pablo

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://listas.cimne.upc.edu/pipermail/gidlist/attachments/20030212/d238d641/attachment.htm
Chen Guangjing

[GiDlist] Problem with selecting points

Post by Chen Guangjing »

Many thanks, but this problem still exists for both GID6.3.0b and GID7.2.
When I want to create a line, I just wish its two boundary points to be bigger.

Chen

Javier Mora wrote:

Other suggestion: check a newer version, GiD7.2 or the last beta version of
GiD6:
ftp://gid.cimne.upc.es/pub/gid_adds/Windows/Old/GiD6.3.0b-win.exe (12.6 MB)

-----Mensaje original-----
De: gidlist-admin at gatxan.cimne.upc.es
[mailto:gidlist-admin at gatxan.cimne.upc.es]En nombre de Chen Guangjing
Enviado el: miércoles, 12 de febrero de 2003 16:03
Para: gidlist at gatxan.cimne.upc.es
Asunto: Re: [GiDlist] Problem with selecting points


Hi, Javier

Many thanks for your reply!
But for me I hope the points selected to be marked by bigger
red point.
This problem happened recently, and there was no such problem with my
previous GID.

Chen

Javier Mora wrote:

You can use two additional tools:

Utilities - Signal - Points (the point is signed using four lines)
View - Label - All in - Points (you will see a label for
each selected
point)

-----Mensaje original-----
De: gidlist-admin at gatxan.cimne.upc.es
[mailto:gidlist-admin at gatxan.cimne.upc.es]En nombre de
Chen Guangjing
Enviado el: miércoles, 12 de febrero de 2003 15:21
Para: GiDlist at gatxan.cimne.upc.es
Asunto: [GiDlist] Problem with selecting points


Dear Sir/Madam

There is a problem with my GID 6.1.2:
when I select a point from a geometric figure or mesh, the
point becomes

red, but the red point is so small that it is difficult
to see the red
color clearly.
so could you please do me a favor to tell me how to improve it?
I look forward to your reply!

Yours sincerely,
Chen Gaungjing
Edificio D2

_______________________________________________
GiDlist mailing list
GiDlist at gid.cimne.upc.es
http://gid.cimne.upc.es/mailman/listinfo/gidlist


_______________________________________________
GiDlist mailing list
GiDlist at gid.cimne.upc.es
http://gid.cimne.upc.es/mailman/listinfo/gidlist

_______________________________________________
GiDlist mailing list
GiDlist at gid.cimne.upc.es
http://gid.cimne.upc.es/mailman/listinfo/gidlist


_______________________________________________
GiDlist mailing list
GiDlist at gid.cimne.upc.es
http://gid.cimne.upc.es/mailman/listinfo/gidlist
Enrique Escolano

[GiDlist] Problem with selecting points

Post by Enrique Escolano »

For the next beta version, we are working in a "custom render" mode.
The user can create more "user-defined" render modes, setting some options:
point and line size, color by layer or by entity type, etc.

Enrique Escolano

----- Original Message -----
From: "Chen Guangjing" chen.guangjing at upc.es
To: gidlist at gatxan.cimne.upc.es
Sent: Wednesday, February 12, 2003 6:10 PM
Subject: Re: [GiDlist] Problem with selecting points


Many thanks, but this problem still exists for both GID6.3.0b and GID7.2.
When I want to create a line, I just wish its two boundary points to be
bigger.

Chen

Javier Mora wrote:

Other suggestion: check a newer version, GiD7.2 or the last beta version
of
GiD6:
ftp://gid.cimne.upc.es/pub/gid_adds/Windows/Old/GiD6.3.0b-win.exe (12.6
MB)

-----Mensaje original-----
De: gidlist-admin at gatxan.cimne.upc.es
[mailto:gidlist-admin at gatxan.cimne.upc.es]En nombre de Chen Guangjing
Enviado el: miércoles, 12 de febrero de 2003 16:03
Para: gidlist at gatxan.cimne.upc.es
Asunto: Re: [GiDlist] Problem with selecting points


Hi, Javier

Many thanks for your reply!
But for me I hope the points selected to be marked by bigger
red point.
This problem happened recently, and there was no such problem with my
previous GID.

Chen

Javier Mora wrote:

You can use two additional tools:

Utilities - Signal - Points (the point is signed using four lines)
View - Label - All in - Points (you will see a label for
each selected
point)

-----Mensaje original-----
De: gidlist-admin at gatxan.cimne.upc.es
[mailto:gidlist-admin at gatxan.cimne.upc.es]En nombre de
Chen Guangjing
Enviado el: miércoles, 12 de febrero de 2003 15:21
Para: GiDlist at gatxan.cimne.upc.es
Asunto: [GiDlist] Problem with selecting points


Dear Sir/Madam

There is a problem with my GID 6.1.2:
when I select a point from a geometric figure or mesh, the
point becomes

red, but the red point is so small that it is difficult
to see the red
color clearly.
so could you please do me a favor to tell me how to improve it?
I look forward to your reply!

Yours sincerely,
Chen Gaungjing
Edificio D2

_______________________________________________
GiDlist mailing list
GiDlist at gid.cimne.upc.es
http://gid.cimne.upc.es/mailman/listinfo/gidlist


_______________________________________________
GiDlist mailing list
GiDlist at gid.cimne.upc.es
http://gid.cimne.upc.es/mailman/listinfo/gidlist

_______________________________________________
GiDlist mailing list
GiDlist at gid.cimne.upc.es
http://gid.cimne.upc.es/mailman/listinfo/gidlist


_______________________________________________
GiDlist mailing list
GiDlist at gid.cimne.upc.es
http://gid.cimne.upc.es/mailman/listinfo/gidlist

_______________________________________________
GiDlist mailing list
GiDlist at gid.cimne.upc.es
http://gid.cimne.upc.es/mailman/listinfo/gidlist

Chen Guangjing

[GiDlist] Problem with selecting points

Post by Chen Guangjing »

Many thanks!
I know where to change the color of point, line, etc., but I don't know where to
change point size.
If you could tell me it will be much appreciated!

Chen

Enrique Escolano wrote:

For the next beta version, we are working in a "custom render" mode.
The user can create more "user-defined" render modes, setting some options:
point and line size, color by layer or by entity type, etc.

Enrique Escolano

----- Original Message -----
From: "Chen Guangjing" chen.guangjing at upc.es
To: gidlist at gatxan.cimne.upc.es
Sent: Wednesday, February 12, 2003 6:10 PM
Subject: Re: [GiDlist] Problem with selecting points

Many thanks, but this problem still exists for both GID6.3.0b and GID7.2.
When I want to create a line, I just wish its two boundary points to be
bigger.

Chen

Javier Mora wrote:

Other suggestion: check a newer version, GiD7.2 or the last beta version
of
GiD6:
ftp://gid.cimne.upc.es/pub/gid_adds/Windows/Old/GiD6.3.0b-win.exe (12.6
MB)

-----Mensaje original-----
De: gidlist-admin at gatxan.cimne.upc.es
[mailto:gidlist-admin at gatxan.cimne.upc.es]En nombre de Chen Guangjing
Enviado el: miércoles, 12 de febrero de 2003 16:03
Para: gidlist at gatxan.cimne.upc.es
Asunto: Re: [GiDlist] Problem with selecting points


Hi, Javier

Many thanks for your reply!
But for me I hope the points selected to be marked by bigger
red point.
This problem happened recently, and there was no such problem with my
previous GID.

Chen

Javier Mora wrote:

You can use two additional tools:

Utilities - Signal - Points (the point is signed using four lines)
View - Label - All in - Points (you will see a label for
each selected
point)

-----Mensaje original-----
De: gidlist-admin at gatxan.cimne.upc.es
[mailto:gidlist-admin at gatxan.cimne.upc.es]En nombre de
Chen Guangjing
Enviado el: miércoles, 12 de febrero de 2003 15:21
Para: GiDlist at gatxan.cimne.upc.es
Asunto: [GiDlist] Problem with selecting points


Dear Sir/Madam

There is a problem with my GID 6.1.2:
when I select a point from a geometric figure or mesh, the
point becomes

red, but the red point is so small that it is difficult
to see the red
color clearly.
so could you please do me a favor to tell me how to improve it?
I look forward to your reply!

Yours sincerely,
Chen Gaungjing
Edificio D2

_______________________________________________
GiDlist mailing list
GiDlist at gid.cimne.upc.es
http://gid.cimne.upc.es/mailman/listinfo/gidlist


_______________________________________________
GiDlist mailing list
GiDlist at gid.cimne.upc.es
http://gid.cimne.upc.es/mailman/listinfo/gidlist

_______________________________________________
GiDlist mailing list
GiDlist at gid.cimne.upc.es
http://gid.cimne.upc.es/mailman/listinfo/gidlist


_______________________________________________
GiDlist mailing list
GiDlist at gid.cimne.upc.es
http://gid.cimne.upc.es/mailman/listinfo/gidlist

_______________________________________________
GiDlist mailing list
GiDlist at gid.cimne.upc.es
http://gid.cimne.upc.es/mailman/listinfo/gidlist


_______________________________________________
GiDlist mailing list
GiDlist at gid.cimne.upc.es
http://gid.cimne.upc.es/mailman/listinfo/gidlist
Enrique Escolano

[GiDlist] help with tcl

Post by Enrique Escolano »

Your regexp only expects "Gravity center=" and next a integer value (a string with numeric characters), but in this
case, the coordinates are real numbers (a real number can contain [0-9],+,-,.,E).
Use for example this regexp:

proc WriteCentroidesInfo {num} {
set a [.central.s info listMassProperties Elements $num]
regexp {Gravity center=([0-9.+eE-]+) ([0-9.+eE-]+) ([0-9.+eE-]+)} $a {} x y z
return "$x $y $z"
}

Enrique
----- Original Message -----
From: Pablo Perez del Castillo
To: gidlist at gatxan.cimne.upc.es
Sent: Thursday, February 13, 2003 12:59 AM
Subject: [GiDlist] help with tcl


Hello;
I try to get information about centroid with tcl for every element, so i write:
*.bas
*loop elems
*set var num=elemsnum
*elemsnum *tcl(WriteCentroidesInfo *num)
*end elems
In the tcl i tried with two ways, with "regexp" and with "split " and "lindex". With "regexp" i got error in variable $b, with "split" amd "lindex" i get like this: center=2.22281

proc WriteCentroidesInfo {num} {
set a [.central.s info listMassProperties Elements $num]
regexp -nocase {Gravity center= ([0-9]+)} $a none b
return $b
#set b [split $a]
#set x [lindex $b 9]
#return $x
#set y [lindex $b 10]
#return $y
#set z [lindex $b 11]
#return $z

}

What is my mistake?, advanced thanks
Pablo


-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://listas.cimne.upc.edu/pipermail/gidlist/attachments/20030212/c8e75046/attachment.htm
Enrique Escolano

[GiDlist] Problem with selecting points

Post by Enrique Escolano »

Until this future beta version, the point size cannot be changed.

Enrique
----- Original Message -----
From: "Chen Guangjing" chen.guangjing at upc.es
To: gidlist at gatxan.cimne.upc.es
Sent: Wednesday, February 12, 2003 7:39 PM
Subject: Re: [GiDlist] Problem with selecting points


Many thanks!
I know where to change the color of point, line, etc., but I don't know
where to
change point size.
If you could tell me it will be much appreciated!

Chen

Enrique Escolano wrote:

For the next beta version, we are working in a "custom render" mode.
The user can create more "user-defined" render modes, setting some
options:
point and line size, color by layer or by entity type, etc.

Enrique Escolano

----- Original Message -----
From: "Chen Guangjing" chen.guangjing at upc.es
To: gidlist at gatxan.cimne.upc.es
Sent: Wednesday, February 12, 2003 6:10 PM
Subject: Re: [GiDlist] Problem with selecting points

Many thanks, but this problem still exists for both GID6.3.0b and
GID7.2.
When I want to create a line, I just wish its two boundary points to
be
bigger.

Chen

Javier Mora wrote:

Other suggestion: check a newer version, GiD7.2 or the last beta
version
of
GiD6:
ftp://gid.cimne.upc.es/pub/gid_adds/Windows/Old/GiD6.3.0b-win.exe
(12.6
MB)

-----Mensaje original-----
De: gidlist-admin at gatxan.cimne.upc.es
[mailto:gidlist-admin at gatxan.cimne.upc.es]En nombre de Chen
Guangjing
Enviado el: miércoles, 12 de febrero de 2003 16:03
Para: gidlist at gatxan.cimne.upc.es
Asunto: Re: [GiDlist] Problem with selecting points


Hi, Javier

Many thanks for your reply!
But for me I hope the points selected to be marked by bigger
red point.
This problem happened recently, and there was no such problem with
my
previous GID.

Chen

Javier Mora wrote:

You can use two additional tools:

Utilities - Signal - Points (the point is signed using four
lines)
View - Label - All in - Points (you will see a label for
each selected
point)

-----Mensaje original-----
De: gidlist-admin at gatxan.cimne.upc.es
[mailto:gidlist-admin at gatxan.cimne.upc.es]En nombre de
Chen Guangjing
Enviado el: miércoles, 12 de febrero de 2003 15:21
Para: GiDlist at gatxan.cimne.upc.es
Asunto: [GiDlist] Problem with selecting points


Dear Sir/Madam

There is a problem with my GID 6.1.2:
when I select a point from a geometric figure or mesh, the
point becomes

red, but the red point is so small that it is difficult
to see the red
color clearly.
so could you please do me a favor to tell me how to improve
it?
I look forward to your reply!

Yours sincerely,
Chen Gaungjing
Edificio D2

_______________________________________________
GiDlist mailing list
GiDlist at gid.cimne.upc.es
http://gid.cimne.upc.es/mailman/listinfo/gidlist


_______________________________________________
GiDlist mailing list
GiDlist at gid.cimne.upc.es
http://gid.cimne.upc.es/mailman/listinfo/gidlist

_______________________________________________
GiDlist mailing list
GiDlist at gid.cimne.upc.es
http://gid.cimne.upc.es/mailman/listinfo/gidlist


_______________________________________________
GiDlist mailing list
GiDlist at gid.cimne.upc.es
http://gid.cimne.upc.es/mailman/listinfo/gidlist

_______________________________________________
GiDlist mailing list
GiDlist at gid.cimne.upc.es
http://gid.cimne.upc.es/mailman/listinfo/gidlist


_______________________________________________
GiDlist mailing list
GiDlist at gid.cimne.upc.es
http://gid.cimne.upc.es/mailman/listinfo/gidlist

_______________________________________________
GiDlist mailing list
GiDlist at gid.cimne.upc.es
http://gid.cimne.upc.es/mailman/listinfo/gidlist

Post Reply