Message 1 of 10
Getting An Input Arc
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
For certain creation modes of my custom object I need a user-input arc or circle. Ideally I'd like to see these as they are being input by the user. My first thought was to just use the CIRCLE and ARC;C commands. However, the default AutoCAD three point arc (center, start and end) does not draw intuitively - it always draws CCW - not in the direction you move your mouse (I do appreciate the Ctrl modifier here - it just seems a little clunky to use).
So if I want it to work "better", I'll have to roll my own I guess. I'm pretty certain that the answer is a jig - but is it worth exploring anything else? - e.g., 3 x acedGetPoint + transient graphics?