Message 1 of 4
Newbie 2 Problems c#

Not applicable
02-02-2008
12:14 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I'm using c#
I have 2 problems
1) I want to draw an arc using (3 points) rather than start angle and the end angle provided by method "AddArc" :
Autodesk.AutoCAD.Interop.Common.AcadModelSpaceClass.AddArc(object, double, double, double)
2)I want to know how to interact with the user's selection
e.g: let the user select 2 lines and give me a value then I'll do some calculations based on the lines selected and that value and I'll modify the current drawing based on the calculations i did.
please Help 😞
I have 2 problems
1) I want to draw an arc using (3 points) rather than start angle and the end angle provided by method "AddArc" :
Autodesk.AutoCAD.Interop.Common.AcadModelSpaceClass.AddArc(object, double, double, double)
2)I want to know how to interact with the user's selection
e.g: let the user select 2 lines and give me a value then I'll do some calculations based on the lines selected and that value and I'll modify the current drawing based on the calculations i did.
please Help 😞