
Tue, 02/22/2011 - 18:01
Forums:
Hello,
I created two objects, one "TopoDS_Shell" and one "TopoDS_Compound".
Then I activate edge selection mode (i.e. "TopAbs_EDGE"), it is possible to select edges from compound object only? In other words, edges from shell object are not selectable.
Thanks a lot,
James
Tue, 02/22/2011 - 20:30
Hello James,
I haven't tried but maybe redefining AIS_InteractiveObject::AcceptShapeDecomposition() will help.
Pawel