Face.Intersect
Overloads (4):
| Name | Return Type | Description |
|---|---|---|
| Intersect(Curve) | SetComparisonResult | Calculates the intersection of the specified curve with this face. |
| Intersect(Face) | FaceIntersectionFaceResult | Calculates the intersection of the specified face with this face and returns the intersection results. |
| Intersect(Curve, IntersectionResultArray%) | SetComparisonResult | Calculates the intersection of the specified curve with this face and returns the intersection results. |
| Intersect(Face, Curve%) | FaceIntersectionFaceResult | Calculates the intersection of the specified face with this face and returns the intersection results. |