Page 1 of 1

polyline with fixed start point

Posted: 20 Nov 2010, 00:34
by creepin
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

Re: polyline with fixed start point

Posted: 22 Nov 2010, 15:46
by support
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.