Message 1 of 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I've spent hours on this and stumped. Hope someone can help.
I've tried
Inserting the block and changing the properties before a jig.
Changing properties within a jig displays the right block but not the right grips
Changing properties during and after the jig.
Either the block is drawn correctly with incorrect grip points or the other way around.
The best example I have found is here but doesn't deal with modifying block properties.
There was a bug in the posted code. The Else stopped the rotation jig from starting.
If vRotationUse = True Then Else ' Start a new Jig for the rotation.. jig.JigPromptCounter = 1 res = ed.Drag(jig) End If
Baffled.
Solved! Go to Solution.