Message 1 of 2
Breaking an arc into two arcs?

Not applicable
04-07-2004
01:29 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
How do I break an arc into two arc's in VBA?
- In AutoCAD I would type (note is to do what I need)
Break
Then select the object
F
Select mid point of arc as first point
Select mid point of arc as second point
Done
- Name of arc is known within VBA code
Note - I need to achieve this in VBA without any user interaction.
- In AutoCAD I would type (note is to do what I need)
Break
Then select the object
F
Select mid point of arc as first point
Select mid point of arc as second point
Done
- Name of arc is known within VBA code
Note - I need to achieve this in VBA without any user interaction.