is there a possibility to override the graphics of items that are in collision directly from dynamo in the navis model?
So far I’am creating spheres in a Revit file based on the clashing point and exporting them again to navis. to have in Viewpoints a graphic notification.
I am not sure if you could do this in Dynamo- you would need to:
get all the clash tests
get all the clash results
get the 2 objects from each clash
select the objects (I don't think a Dynaworks node exists for this)
Override appearance in Navisworks (I don't think a Dynaworks node exists for this)
I have done something similar using the Navisworks data tools:
Extract object ids from the Navisworks XML clash report
Link into Navisworks using data tools
Create search set based on object attributes & apply colour override
note- this is not foolproof- the objectIDs are not necessarily unique across models.
Refer below- you can see clashing objects in pink and the clash results in the object properties.
Some objects are in involved in 40+ clashes i.e best to focus here.