Message 1 of 2
How to get intersect curve from two intersected faces?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
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.
I want to know intersected curve(red curves) from two faces(scarlet, blue).
How to I do?