Message 1 of 3
Selection Priority

Not applicable
04-22-2008
07:03 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I have an addin that during runtime
changes my selection priority to edge select. I am not sure why it changes. I
want to set it back to component selection priority upon exiting bu
cant seem to get to work. Does anyone know how to make this happen. This is what
I have but it does not work.
changes my selection priority to edge select. I am not sure why it changes. I
want to set it back to component selection priority upon exiting bu
cant seem to get to work. Does anyone know how to make this happen. This is what
I have but it does not work.
Dim oSelect As SelectTypeEnum
Set oSelect =
inventor.SelectionPriorityEnum.kComponentSelectionPriority
Set oSelect =
inventor.SelectionPriorityEnum.kComponentSelectionPriority
Scott A. McCoy