polyline with invisible segment

polyline with invisible segment

Anonymous
Not applicable
1,386 Views
4 Replies
Message 1 of 5

polyline with invisible segment

Anonymous
Not applicable

Hi,

I'm curious, if it's possible to create a polyline with invisible segment.

0 Likes
Accepted solutions (1)
1,387 Views
4 Replies
Replies (4)
Message 2 of 5

arcticad
Advisor
Advisor

You could group them.

---------------------------



(defun botsbuildbots() (botsbuildbots))
0 Likes
Message 3 of 5

Anonymous
Not applicable

that will not help me, i have classes derived from polyline so i need to work with sigle polyline entity

 

i just wanted to ask this, before i start to rewrite my code to handle more than one polyline

0 Likes
Message 4 of 5

norman.yuan
Mentor
Mentor
Accepted solution

I do not know how AutoCAD Group could help to hide a segment of within a single polyline, as the other post suggests.

 

Since you are asking in .NET programming forum, I assume you are wondering if this can be done programatically. Fortunately, yes, it can be done quite easily in .NET programming with DrawableOverrule.

 

I'll get some code together quickly and post it at my blog later today. I'll post the link back later.

 

OK, I completed the code and posted here (with a link to see the visual effect):

 

http://drive-cad-with-code.blogspot.com/2011/06/showhide-segments-of-polyline-with.html

 

Norman Yuan

Drive CAD With Code

EESignature

Message 5 of 5

Anonymous
Not applicable

thank you very much, that's what i was looking for

0 Likes