Converting a PolylineTo row to lineTo rows

C

clement38

Hi,

I need help again. I'm looking for a way to convert PolylineTo row to
lineTo rows, like Visio draws, because when I subtract 2 shapes with
one that is only a PolylineTo row, it can't iterate because the shape
is only build with 2 points.

Is there a way to read a polylineto row x,y coordinates, or another
way to draw polygon without "DrawPolyline" method that only create
PolylineTo row ?

Thanks,

Best Regards,

Clément.
 
J

JuneTheSecond

It seems the arguments of nurbs function in the last collumn of NurbsTo row
might give all the coordinates composing the B-spline.
 
C

clement38

It seems the arguments of nurbs function in the last collumn of NurbsTo row
might give all the coordinates composing the B-spline.

Ok,
I will follow this track, I saw the nurbs function but didn't
understand the purpose.

Thank you for all your reply !

Regards,

Clément.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top