
Thu, 02/16/2023 - 12:41
Forums:
Hey everyone
i'm trying to build a hierarchical treeview from an imported step file preserving relationship between assemblies and objects. Like the model browser in CAD Assistant.
I've been using AIS_MultipleConnectedInteractive
to combine multiple representations into one.
I connect (sub-)assemblies (=AIS_MultipleConnectedInteractive
) and leafs (=XCAFPrs_AISObject
) to a root AIS_MultipleConnectedInteractive
object.
My question:
1)It behaves as a single object in terms of selection, but is there any way to select the connected objects? So the (sub-)assemblies and leaves?
Wed, 01/10/2024 - 13:18
bump
Sat, 12/21/2024 - 23:12
i don't have the solution but want to ask how you get them to be selected as one part?
It shows the parts correct but both are selectable on its own.
I want one part.
Thanks!
Tue, 12/24/2024 - 19:15
I only add rootDisplay to the context, that is all i do.