[GiDlist] Color palette

Moderator: GiD Team

Post Reply
Vitaly Rodriguez Esquerre

[GiDlist] Color palette

Post by Vitaly Rodriguez Esquerre »

I`d like to know how can I customize the colors
assigned to the materials when data/material/draw all
is selected.

Thank you

Vitaly



__________________________________
Do you Yahoo!?
Yahoo! Mail - 50x more storage than other providers!
http://promotions.yahoo.com/new_mail
Enrique Escolano

[GiDlist] Color palette

Post by Enrique Escolano »

At this moment it's not possible to customize the material colors palette.

Enrique Escolano

----- Original Message -----
From: "Vitaly Rodriguez Esquerre" vitalyre at rocketmail.com
To: gidlist at gatxan.cimne.upc.es
Sent: Friday, August 27, 2004 10:17 AM
Subject: [GiDlist] Color palette


I`d like to know how can I customize the colors
assigned to the materials when data/material/draw all
is selected.

Thank you

Vitaly



__________________________________
Do you Yahoo!?
Yahoo! Mail - 50x more storage than other providers!
http://promotions.yahoo.com/new_mail
_______________________________________________
GiDlist mailing list
GiDlist at gid.cimne.upc.es
http://gid.cimne.upc.es/mailman/listinfo/gidlist

Enrique Escolano

[GiDlist] need to know system info while it run the program(

Post by Enrique Escolano »

You can access inside the bat file to DOS "environment variables"
for example %windir% return the path to the windows directory (e.g. "C:\WINNT")
and %HOME% returns "C:"

sample uses:

ECHO %windir% sample.txt
ECHO %HOME% sample.txt
copy %2\%1-1.dat %windir%\datin2.dat

the first and second line dump the variable values to the file sample.txt
the third line copy a file to another file inside C:\WINNT\datin2.dat

Note: I don't know if this reated system variables are always defined, check the Windows documentation about this.

Regards
Enrique Escolano
----- Original Message -----
From: De silva mahinda
To: gidlist at gatxan.cimne.upc.es
Sent: Monday, August 30, 2004 11:23 AM
Subject: [GiDlist] need to know system info while it run the program( related to **.bat file)


Dear Sir,
I am trying to put some error massages while program is running. i am trying to put them inside xfinas.bat file. here is my ***.bat file


rem OutputFile: %2\%1.info
rem ErrorFile: %2\%1.err
del %2\%1.flavia.bon
del %2\%1.flavia.res
del %2\%1.info
copy %2\%1-1.dat %2\datin2.dat
copy %2\%1.dat %2\datin1.dat
%3\XFinas.exe %2\datin2.dat %2\%1.info
copy %2\output.out %2\%1.out
copy %2\gidout.flavia.res %2\%1.flavia.res
copy %2\outjob.out %2\%1.jobout
del %2\datin1.dat
del %2\datin2.dat
del %2\output.out
del %2\gidout.flavia.res
del %2\outjob.out
del %2\%1-1.dat
if not exist %2\%1.flavia.res echo "Program failed12" %2\%1.err

so here i want to know the path for system directory. for some computers it may be C:\WINDOWS\system32, so i want to find that path for any type of comp. and same time i want to know the serial number of hard drive here..C:\

please give me guid lines to find out the those information while Gid run the external program.
i have post you one question before but i couldn't receive the answer yet for that question.
please kindly consider my request.
with regards
de silva.






------------------------------------------------------------------------------
Help STOP spam with the new MSN 8 and get 2 months FREE* _______________________________________________ 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/20040902/09146f7f/attachment.htm
Post Reply