diff --git a/Test/FaceIntersectCommand.cs b/Test/FaceIntersectCommand.cs index 82f7bde..b0648ee 100644 --- a/Test/FaceIntersectCommand.cs +++ b/Test/FaceIntersectCommand.cs @@ -90,6 +90,7 @@ public void CheckIntersect(PlanarFace face1, PlanarFace face2) FaceIntersectionFaceResult result = face1.Intersect(face2, out Curve curve); Trace.WriteLine(result.ToString()); // fu...k, why ?????????? ^🫡🫡^ + //https://thebuildingcoder.typepad.com/blog/2019/09/face-intersect-face-is-unbounded.html } public static List GetIntersection(List poly1, List poly2)