Message 1 of 5
Modifying an existing sketch arc using VBA
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I have the need to update an existing sketch arc via VBA. I cannot delete and replace it as I have downstream dependencies. I am almost able to accomplish it by constraining the start, center, and end points to sketch points (based on work points) and then programmatically modifying the locations of the work points - which works except when the curve direction of the arc (left or right) flips.
While I am able to harvest all the information about the existing arc using "SketchArc" I do not see any way to update the definition.
Can anyone provide any ideas or direction on this?
Thanks;
Nickl