is it add notch possible on both sides of the bend line with rule

is it add notch possible on both sides of the bend line with rule

Anonymous
Not applicable
909 Views
3 Replies
Message 1 of 4

is it add notch possible on both sides of the bend line with rule

Anonymous
Not applicable

1.PNG

 blue line belong the  bend layer.

I want  notch (trangle vs.) both of side  the  line and delete  tihis line.

there are many blue lines for each piece 

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

grobnik
Collaborator
Collaborator

Hi @Anonymous ,

how do you do ? 

I guess that it's not impossible, if white line it's a polyline you can made a procedure that select white line, and blue line, calculate the intersection point of both, made the notch as adding vertex to white line, and delete the reference blue line.

It's not so easy but not impossibile, where to find notch dimension ? it are fixed ? require an operator input ?.

I can try if you share partial dwg or dxf

Bye

0 Likes
Message 3 of 4

Anonymous
Not applicable

@grobnik  hi.

notch  dimension is  stabel. 1mm triangel for example

0 Likes
Message 4 of 4

Sea-Haven
Mentor
Mentor

I normally do lisp so if you pick white pline then blue line you can work out 2 break points, as you have picked the pline once you break use entlast I know lisp then you will have the two entity names available, draw the wedge then use Join to make back into 1 pline do entlast again do other side. 

0 Likes