CommandManager.Pick

CommandManager.Pick

NachoShaw
Advisor Advisor
401 Views
1 Reply
Message 1 of 2

CommandManager.Pick

NachoShaw
Advisor
Advisor

Hey

 

Cant seem to find a filter for a Boundary Patch. Is there one on the Pick command?

 

 

Thanks

Nacho
Automation & Design Engineer

Inventor automation Programmer (C#, VB.Net / iLogic)
Furniture, Sheet Metal, Structural, Metal fab, Tradeshow, Fabrication, CNC

EESignature


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.


0 Likes
402 Views
1 Reply
Reply (1)
Message 2 of 2

JaneFan
Autodesk
Autodesk

Hey @NachoShaw , 

 

There is no filter especially for boundary path, the mostly near filter is this one: 

obj = ThisApplication.CommandManager.Pick(SelectionFilterEnum.kPartSurfaceFeatureFilter, "Select boundary")
MsgBox(obj.name)



Jane Fan
Inventor/Fusion QA Engineer
0 Likes