Skip to content

Commit

Permalink
Update FaceIntersectCommand.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
chuongmep committed Jun 26, 2024
1 parent 9159aa7 commit 77d67f7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Test/FaceIntersectCommand.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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<XYZ> GetIntersection(List<XYZ> poly1, List<XYZ> poly2)
Expand Down

0 comments on commit 77d67f7

Please sign in to comment.