Page 1 of 1

Drawing arcs using start and end points

Posted: 10 Dec 2008, 00:12
by lolena1888
Hi,

I didn't get an answer to my previous Emails to support, but I really need to have it to successfully perform my task. It is really difficult to search through the codes of Viewer/Editor without having clear examples to every class in CadImport explaining the use of them for drawing. Having them can cancel a lot of questions to support team.

I wonder if it is possible to draw the arc having Start /End points and radius instead of having Start/End angles. In documentation it is said that Start/End point properties of the arc have their getters/setters, but the detail explanation says that these properties are read-only. Also when I try to assign this points I receive an error.

Sorry, I still learning the CadImport (I am not an AutoCad expert) and trying to ajust it to my own drawing tasks in order to be able to export it to AutoCad later.

Elena

Re: Drawing arcs using start and end points

Posted: 10 Dec 2008, 10:06
by support
Hello Elena,

CAD Import .NET does not allow creating arcs by Start Point and End Point. It requires Start Angle and End Angle. They may count these angles using Start Point and End Point with Cartesian coordinates.

Sergey.