A subshape of a shape can be made hidden. Is it possible to make that subshape unselectable (transparent to the highlight and selection mechanism)?
Thanks in advance
Giovanni
Kirill Gavrilov Fri, 06/12/2020 - 19:28
To make some part of object not selectable, either AIS_InteractiveObject::ComputeSelection() should skip this part, or customer filter set to AIS_InteractiveContext::AddFilter() should reject the part by some criteria.
Fri, 06/12/2020 - 19:28
To make some part of object not selectable, either AIS_InteractiveObject::ComputeSelection() should skip this part, or customer filter set to AIS_InteractiveContext::AddFilter() should reject the part by some criteria.
Sat, 06/13/2020 - 11:36
Thank you for the hint!
Regards, Giovanni