Rotate a line and update angular dimension
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello everyone, please consider the picture below:
I need to rotate the yellow arrows and have the angular dimensions to follow them programmatically.
Before starting to write the macro, I tried this manually, and just by rotating the arrows alongside the circle, the dimensions followed them automatically, updating their measurements.
Then I wrote my macro based on that premise, but the angular dimensions didn't stretch out to follow the arrows.
So I thought if I rotated both the arrow and the angular dimension together it might work (it does work when done manually). But I don't know how to rotate the two entities at once (the arrow is a block and the dimension is a regular AcadDimAngular).
I need some ideas on how to get this to work. Any guess?