polyline with fixed start point

Discuss and ask questions about CAD .NET library.

Moderators: SDS, support, admin

Post Reply
creepin
Posts: 19
Joined: 20 Nov 2010, 00:27

polyline with fixed start point

Post by creepin » 20 Nov 2010, 00:34

Hello,

I want to let my users draw a normal polyline, but I want to provide a fixed startpoint. So how can i programmaticly set the startpoint of the polyline not influencing the further drawing by the user.

I hope u get the point.
Thanks in advance

creepin

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

Re: polyline with fixed start point

Post by support » 22 Nov 2010, 15:46

Hello.
If polyline created using EntitiesCreator class then you need modify the vertices of created polyline into CADImage.Converter. Implementing vertices conditional changing is possible besides If user creates polyline by some code sample.

Alexander.
Technical Support E-mail: support@cadsofttools.com
Chat support on Skype: cadsofttools.support

Post Reply