How to connect these two lines?

How to connect these two lines?

mikukzaz55
Contributor Contributor
403 Views
1 Reply
Message 1 of 2

How to connect these two lines?

mikukzaz55
Contributor
Contributor

Hi everybody..

 

I have these two detail lines,How can I join them into one line?

mikukzaz55_0-1668659150865.png

Thanks!

0 Likes
404 Views
1 Reply
Reply (1)
Message 2 of 2

sahin.ikbal
Advocate
Advocate

Get two of the distant end points one from each DetailLine.
Create a curve using Line.CreateBound(point1, point2), then set this curve to any of the DetailLine like, detailLine.GeometryCurve = Line.CreateBound(point1, point2).
And delete the other curve before setting this curve property.

0 Likes