Community
Navisworks Forum
Welcome to Autodesk’s Navisworks Forums. Share your knowledge, ask questions, and explore popular Navisworks topics.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Navisworks Simulate 2014 (11.0.0.98373) built : MAR 2 201

2 REPLIES 2
SOLVED
Reply
Message 1 of 3
adminict
640 Views, 2 Replies

Navisworks Simulate 2014 (11.0.0.98373) built : MAR 2 201

Problem :

Appearance Profiler is not updating the  color / transparency changes on the newly added items in the model files

 

Description :

 

a)      We are using navisworks session (.nwf) for our model review on a daily basis

b)      We have created search sets and appearance profiler sets ( for color updates)

c)      The PDS model files are getting updated on a daily basis to the review session

d)      New items added to the model are captured by the search set conditions

e)      Search sets are used in the appearance profiler for color changes

f)       Color changes are not happening automatically , ie we have to  click run on the appearance profiler form to update the color to the new items added in the model

 

2 REPLIES 2
Message 2 of 3
Patrick_Aps_9121
in reply to: adminict

How do you run step A ?

I do it with a VBS script based on the AUTO_08 example.

it includes the use of selection sets:

set selsets = roamer.state.SelectionSets()
count = selsets.Count
for i = 1 to count
  set current = selsets.Item(i)
  ' check the name 
  if current.name = "AutoPlant Insulation" then
    'override transparency
    roamer.state.overridetransparency current.selection, .5
  end if
  if current.name = "PDS Piping Insulation" then
    'override transparency
    roamer.state.overridetransparency current.selection, .5
  end if
next

 

 

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Rail Community


 

Autodesk Design & Make Report