depends on the navisworks color index...have a look at:
C:\Program Files\Autodesk\Navisworks Simulate 2012\rvm
When you modify "colors.txt" according the colors in PDMS you can make Navisworks Colors the same as PDMS Review Colors...Make a backup of the colors.txt and be carefull with spaces and tabs...
Thankyou for your support, i got the result after i added the below lines in my export file.
EXPORT REPR ON
REPR INSU ON TRANSLUCENCY 25
I Tried this Too it works well but it exports the complete model in single Colour
EXPORT FILE/C:\TEST.rvm OVER
EXPORT ENCODING UTFE
EXPORT AUTOCOLOUR ON
--EXPORT REPR ON
repre lev 6
repre lev pipe 6
repre lev nozz 6
repre lev struc 6
Repre lev CABLE 6
repre tube ON
repre holes ON
repre cent OFF
repre insu ON
REPR obst ON TRANSLUCENCY 75
repre MASS 6
export holes ON
EXPORT /PIPING COLOUR 243
EXPORT /MECH COLOUR 217
EXPORT FINISH
I Tried this Too it works well but it exports the complete model in single Colour
EXPORT FILE/C:\TEST.rvm OVER
EXPORT ENCODING UTFE
EXPORT AUTOCOLOUR ON
EXPORT REPR ON
repre lev 6
repre lev pipe 6
repre lev nozz 6
repre lev struc 6
Repre lev CABLE 6
repre tube ON
repre holes ON
repre cent OFF
repre insu ON
REPR obst ON TRANSLUCENCY 75
repre MASS 6
export holes ON
EXPORT /PIPING COLOUR 243
EXPORT /MECH COLOUR 217
EXPORT FINISH
ANY SUGGESTIONS
if EXPORT REPR ON is removed than the colour appears correct but the translucency doesn't take effect
try to set autocolur rules on your macro.. example..
EXPORT FILE/C:\TEST.rvm OVER
EXPORT ENCODING UTFE
EXPORT AUTOCOLOUR ON
EXPORT REPR ON
repre lev 6
repre lev pipe 6
repre lev nozz 6
repre lev struc 6
Repre lev CABLE 6
repre tube ON
repre holes ON
repre cent OFF
repre insu ON
REPR obst ON TRANSLUCENCY 75
repre MASS 6
export holes ON
[COLOR=#FF0000]EXPORT AUTOCOLOUR RESET
EXPORT AUTOCOLOUR ALL WITH NAME EQ /PIPING COLOUR 243
EXPORT AUTOCOLOUR ALL WITH NAME EQ /MECH COLOUR 217[/COLOR]
EXPORT /PIPING
EXPORT /MECH
EXPORT FINISH
(2,406) TYPE MISMATCH: illegal comparison using the operators EQ or NE
In line 18 of Macro C:\Users\atish.p\AppData\Local\Temp\tmp62B3.tmp
change the code [COLOR=#ff0000]EXPORT AUTOCOLOUR RESET
[/COLOR][COLOR=#ff0000] EXPORT AUTOCOLOUR ALL [/COLOR][COLOR=#0000CD](zone)[/COLOR][COLOR=#ff0000] WITH [/COLOR][COLOR=#0000CD]([/COLOR][COLOR=#ff0000]NAME EQ /PIPING[/COLOR][COLOR=#0000FF])[/COLOR][COLOR=#ff0000] COLOUR 243
EXPORT AUTOCOLOUR ALL [/COLOR][COLOR=#0000FF](zone)[/COLOR][COLOR=#ff0000] WITH [/COLOR][COLOR=#0000FF]([/COLOR][COLOR=#ff0000]NAME EQ /MECH[/COLOR][COLOR=#0000FF])[/COLOR][COLOR=#ff0000] COLOUR 217
[/COLOR][COLOR=#0000FF]Error Received as
(47,15) CP: Syntax error
In line 18 of Macro C:\Users\atish.p\AppData\Local\Temp\tmpD6EA.tmp
EXPORT AUTOCOLOUR ALL (zone) WITH (NAME EQ /PIPING) ^^COLOUR 243[/COLOR][COLOR=#ff0000][/COLOR]
Sorry my BAD. a haven't test the code, here try this one
EXPORT AUTOCOLOUR RESET
EXPORT AUTOCOLOUR ALL (zone) WITH (ATTRIB NAME EQ '/PIPING') COLOUR 243
EXPORT AUTOCOLOUR ALL (zone) WITH (ATTRIB NAME EQ '/MECH') COLOUR 217
or this EXPORT AUTOCOLOUR RESET
EXPORT AUTOCOLOUR ALL WITH (NAME OF ZONE EQ '/PIPING') COLOUR 243
EXPORT AUTOCOLOUR ALL WITH (NAME OF ZONE EQ '/MECH') COLOUR 217
the error seems type mismatch of attribute name compare to DBREF. you can also try MATCHWILD syntax
[QUOTE=akaone;82864]depends on the navisworks color index...have a look at:
C:\Program Files\Autodesk\Navisworks Simulate 2012\rvm
When you modify "colors.txt" according the colors in PDMS you can make Navisworks Colors the same as PDMS Review Colors...Make a backup of the colors.txt and be carefull with spaces and tabs...
We dont have PDMS review with us. I am getting problem with this color after export. Where i have to change the color index ?? Will it be in DFLTS/des-colour ??