Message 1 of 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Is there any way to add two types of selection together? (Ex. kWorkPointFilter,kPartVertexFilter)
' Call the Pick method of the clsSelect object and set the filter to pick any face.
Dim oObject As Object
Dim oSelect As New clsSelect
Set oObject = oSelect.Pick(kWorkPointFilter AND kPartVertexFilter)
Thanks in advance.
Did you find this post helpful? Feel free to Like this post.
Did your question get successfully answered? Then click on the ACCEPT SOLUTION button.
Cristiano Oliveira
ConsultCAD.com
Solved! Go to Solution.