
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I am trying to develop a new company circuiting tool for current AutoCAD 2018 that mimics our legacy toolbar circuiting tool.
Can anyone tell me how to write the marco for this command sequence:
Command: _arc Specify start point of arc or [Center]: <Osnap on>
Specify second point of arc or [Center/End]: e
Specify end point of arc:
Specify center point of arc or [Angle/Direction/Radius]: d Specify tangent
direction for the start point of arc:
*^C^C^P-LAYER S EL-CIRCUITING;;(c:bulge)
(AutoCAD 2008 Command sequence)
The tool I have developed so far uses the following macro:
*^C^C^P-LAYER S EL-CIRCUITING;;_arc;(c:bulge) AutoCAD 2017-2018 doesn't recognize the (c:bulge) command.
The problem I am having is when you pick the 2nd point for the arc, it doesn't stay connected to the 2nd point. Instead, it jumps ahead of the 2nd snap point & doesn't stay connected the the 2nd point.
Stumped & confused
Solved! Go to Solution.