Creating polyline in random plane

Creating polyline in random plane

Anonymous
Not applicable
577 Views
3 Replies
Message 1 of 4

Creating polyline in random plane

Anonymous
Not applicable

Hi everyone,

 

I would like to create a polyline in a plane that is not WCS. I am able to do so with the 3D polyline. My problem is that 3D polyline does not allow for a Bulge in the polyline.

 

Please advice,

 

Thank you.

0 Likes
578 Views
3 Replies
Replies (3)
Message 2 of 4

augusto.goncalves
Alumni
Alumni

The Polyline don't have Z information, only a Elevation, so it can only be at a XY plane.

Regards,



Augusto Goncalves
Twitter @augustomaia
Autodesk Developer Network
0 Likes
Message 3 of 4

Anonymous
Not applicable

Thank you Augusto for your reply. So is it possible for me to change the UCS prior to creating the polyline?

 

Thank you again,

0 Likes
Message 4 of 4

_gile
Consultant
Consultant

Hi,

 

Except if you're using the "_PLINE" command  (with SendStringToExecute or SendCommand, ...) your program won't care about current UCS.

Use the Polyline Normal and Elevation properties or the TransformBy() method.



Gilles Chanteau
Programmation AutoCAD LISP/.NET
GileCAD
GitHub

0 Likes