Message 1 of 17
C# Draw Arc with 3 points

Not applicable
02-03-2008
12:56 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
please help me, I'm trying to find a way to draw an Arc with 3 points but i can't.
here is parth of the code, (AddArc) method only accepts starting angle, end angle, radius, center point
I want to enter 3 points that define the Arc
AcadModelSpace mod;
mod.AddArc(p1, 23.4, 0, 180);
please Help
Thank you
here is parth of the code, (AddArc) method only accepts starting angle, end angle, radius, center point
I want to enter 3 points that define the Arc
AcadModelSpace mod;
mod.AddArc(p1, 23.4, 0, 180);
please Help
Thank you