How to get intersect curve from two intersected faces?

How to get intersect curve from two intersected faces?

qoreodlf37
Enthusiast Enthusiast
222 Views
1 Reply
Message 1 of 2

How to get intersect curve from two intersected faces?

qoreodlf37
Enthusiast
Enthusiast

Hi, I want to get intersect curve from two intersected faces.

So I tried to use "floorTopFace.Intersect(face, out Curve intersectCurve)".

But this method return always 'intersect'.

I researche about this method in forum, I found out that method has a bug for a long time.

 

qoreodlf37_0-1721636760730.png

I want to know intersected curve(red curves) from two faces(scarlet, blue).

How to I do?

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

admaecc211151
Advocate
Advocate
face.Intersect(face, out Curve intersectCurve)

in this function, the "out" is also a return value in another way.
so you can use intersectCurve as a curve in your codes after that.
0 Likes