lewis770227 Posted January 9, 2009 Posted January 9, 2009 I wanna create an arc in model space but, when I use the method AddArc the parameter I have to introduce complicate the programing I´ll need more mathematics formula Set arcObj = ThisDrawing.ModelSpace.AddArc(centerPoint, radius, startAngleInRadian, endAngleInRadian) Instead I wolud like the way of 3 point, it´s more easy but I don´t know how Quote
borgunit Posted January 13, 2009 Posted January 13, 2009 You will need to do some math to calculate the arc properties before you create it. You can only work with what AutoCAD gives you. Quote
lewis770227 Posted January 14, 2009 Author Posted January 14, 2009 Yes My friend I think so, I had hope that there was another way thanks any way, I´m working on it Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.