Drawing arcs using start and end points

Discuss and ask questions about CAD .NET library.

Moderators: SDS, support, admin

Post Reply
lolena1888
Posts: 19
Joined: 03 Dec 2008, 20:04

Drawing arcs using start and end points

Post by lolena1888 » 10 Dec 2008, 00:12

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

support
Posts: 3272
Joined: 30 Mar 2005, 11:36
Contact:

Re: Drawing arcs using start and end points

Post by support » 10 Dec 2008, 10:06

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.
Technical Support E-mail: support@cadsofttools.com
Chat support on Skype: cadsofttools.support

Post Reply