use the drawjig methods to draw double ployline

use the drawjig methods to draw double ployline

Anonymous
Not applicable
599 Views
1 Reply
Message 1 of 2

use the drawjig methods to draw double ployline

Anonymous
Not applicable

I use the vb  .net to realize the double ployline;the two line have a distance for what user give ,i also see many books ,but i want realize the fuction just like the command "pl" in cad,now i can draw the single ployline with my program,maybe i do not totally unstand the drawjig,can  u give me some ideas?thank u very much

0 Likes
Accepted solutions (1)
600 Views
1 Reply
Reply (1)
Message 2 of 2

Balaji_Ram
Alumni
Alumni
Accepted solution

Hi,

 

The drawjig is not limited to a single geometry. So in the WorldDraw, it should still be possible to draw as many entities you want separated by the offset.

 

What issue do you have exactly in creating a double polyline from your draw jig ?

 

This blog post should help and it draws multiple geometries in a draw jig:

 

http://through-the-interface.typepad.com/through_the_interface/2010/03/using-a-drawjig-from-f-to-cre...

 

You can also try jigging a multiline with the multi-line style deciding the offset between the lines.

 

Regards,

Balaji



Balaji
Developer Technical Services
Autodesk Developer Network

0 Likes