Hi everyone,
I’m trying to introduce a “View” toolbar in my problem type, to have a fast access to
the principal views like XY plane, YZ plane
Which is the command to use in the list
“set MyPreBitmapsCommands(0) [list ???]”
to use with the “AddNewToolbar” routine?
I tried with something like “rotate angle 270 90” but it didn’t work, could you please
advise me about the item to use?
Thanks in advance
Andrea Calaon
Ashurst Lodge, Ashurst
Southampton, Hampshire
SO40 7AA, UK
Tel. office: +44 23 80 293 223
Fax office: +44 23 80 292 853
Mobile: +44 7766 488 225
E-mail: andrea at beasy.com
[GiDlist] View Toolbar
Moderator: GiD Team
[GiDlist] View Toolbar
Hello,
Try something like:
set 3dButtonNames(0,3) [list [_ "Trackball"] [_ "Screen axes"] [_
"Object axes"] \
[_ "Center"] --- [_ "Plane XY (Original)"] [_ "Plane XZ"] [_
"Plane YZ"] [_ "Isometric"]]
set 3dButtonCommands(0,3) { {-ne- rotate Trackball} {-ne- rotate
ScrAxes} \
{-ne- rotate ObjAxes} {-ne- rotate Center FJoin} \
"" {-ne- rotate angle 270 90} {-ne- rotate angle 270 0} \
{-ne- rotate angle 0 0} {-ne- rotate angle 45 45} }
Check file GrDataMenus.tcl for details.
Regards,
--
Compass Ing. y Sistemas Dr. Ramon Ribo
http://www.compassis.com ramsan at compassis.com
c/ Manuel Girona, 61 bajos tel. +34 93 204 10 82
08034 Barcelona, Spain fax. +34 93 204 19 09
-----Mensaje original-----
De: gidlist-admin at gatxan.cimne.upc.es
[mailto:gidlist-admin at gatxan.cimne.upc.es] En nombre de Andrea Calaon
Enviado el: martes, 20 de mayo de 2003 11:30
Para: gidlist at gatxan.cimne.upc.es
Asunto: [GiDlist] View Toolbar
Hi everyone,
I’m trying to introduce a “View” toolbar in my problem type, to have a
fast access to
the principal views like XY plane, YZ plane
Which is the command to use in the list
“set MyPreBitmapsCommands(0) [list ???]”
to use with the “AddNewToolbar” routine?
I tried with something like “rotate angle 270 90” but it didn’t work,
could you please
advise me about the item to use?
Thanks in advance
Andrea Calaon
Ashurst Lodge, Ashurst
Southampton, Hampshire
SO40 7AA, UK
Tel. office: +44 23 80 293 223
Fax office: +44 23 80 292 853
Mobile: +44 7766 488 225
E-mail: andrea at beasy.com
_______________________________________________
GiDlist mailing list
GiDlist at gid.cimne.upc.es
http://gid.cimne.upc.es/mailman/listinfo/gidlist
Try something like:
set 3dButtonNames(0,3) [list [_ "Trackball"] [_ "Screen axes"] [_
"Object axes"] \
[_ "Center"] --- [_ "Plane XY (Original)"] [_ "Plane XZ"] [_
"Plane YZ"] [_ "Isometric"]]
set 3dButtonCommands(0,3) { {-ne- rotate Trackball} {-ne- rotate
ScrAxes} \
{-ne- rotate ObjAxes} {-ne- rotate Center FJoin} \
"" {-ne- rotate angle 270 90} {-ne- rotate angle 270 0} \
{-ne- rotate angle 0 0} {-ne- rotate angle 45 45} }
Check file GrDataMenus.tcl for details.
Regards,
--
Compass Ing. y Sistemas Dr. Ramon Ribo
http://www.compassis.com ramsan at compassis.com
c/ Manuel Girona, 61 bajos tel. +34 93 204 10 82
08034 Barcelona, Spain fax. +34 93 204 19 09
-----Mensaje original-----
De: gidlist-admin at gatxan.cimne.upc.es
[mailto:gidlist-admin at gatxan.cimne.upc.es] En nombre de Andrea Calaon
Enviado el: martes, 20 de mayo de 2003 11:30
Para: gidlist at gatxan.cimne.upc.es
Asunto: [GiDlist] View Toolbar
Hi everyone,
I’m trying to introduce a “View” toolbar in my problem type, to have a
fast access to
the principal views like XY plane, YZ plane
Which is the command to use in the list
“set MyPreBitmapsCommands(0) [list ???]”
to use with the “AddNewToolbar” routine?
I tried with something like “rotate angle 270 90” but it didn’t work,
could you please
advise me about the item to use?
Thanks in advance
Andrea Calaon
Ashurst Lodge, Ashurst
Southampton, Hampshire
SO40 7AA, UK
Tel. office: +44 23 80 293 223
Fax office: +44 23 80 292 853
Mobile: +44 7766 488 225
E-mail: andrea at beasy.com
_______________________________________________
GiDlist mailing list
GiDlist at gid.cimne.upc.es
http://gid.cimne.upc.es/mailman/listinfo/gidlist