xarial / xcad

Framework for developing CAD applications for SOLIDWORKS, including add-ins, stand-alone applications, macro features, property manager pages, etc.
https://xcad.net
MIT License
126 stars 25 forks source link

how to use multiple standard filter in selection boxes on .net framework #122

Closed MJyee closed 6 months ago

MJyee commented 6 months ago

hi i have a question where i have a selection box that need to allow for multiple selection type on geometry except for the body. if i set it filter to everything the default selection type when i try to hover on a body face is selecting the whole body. is there a way to fix this ?

MJyee commented 6 months ago

sorry my bad, forgot to apply new array constructor in it, its working now