Manuele
unread,Mar 29, 2011, 4:46:32 AM3/29/11Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to MetaDraw Developers Group
Hello,
I'm running metadraw v.2.0.16.1
After importing a dxf drawing that contains an arc object I need to
know the center point of the arc.
Although the dll provides only the starting and ending points.
Point
ptStart=((Point[])mdisegno.ObjGetParams(0, 1, CoordType.Logic))[0];
Point ptEnd =
((Point[])mdisegno.ObjGetParams(1, 1, CoordType.Logic))[0];
These informations are not enought to define the center of the arc.
Does anyone knows how to know the center of the arc?????
Thanks a lot
Manuele