Message 1 of 3
Specify ChainDimensionSet Memeber in Command Selection
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I'm working on a little Automated Dimension Text Script and I'm having issues when trying to specify the selected member of a Chain set using the code below:
Dim dimension As DrawingDimension = ThisApplication.CommandManager.Pick(SelectionFilterEnum.kDrawingDimensionFilter, "Select a dimension")
My problem is when I go to add text it sometimes does the correct member but other times it doesn't. It seems dependent on the location of the pointer in relation to the displayed dimension [left side on horizontal chains, bottom side on vertical chains, and less obvious for angled chains]. I was expecting to be able to click anywhere on a member's dimension line [between tick marks] but it doesn't seem to be the case.
Is this just how Members of a ChainSet members work? Or is there a way to modify this behavior?