FaceIntersect Method

Calculates the intersection of the specified curve with this face.
Overload List
 NameDescription
Public methodIntersect(Curve)Calculates the intersection of the specified curve with this face.
Public methodIntersect(Face)Calculates the intersection of the specified face with this face and returns the intersection results.
Public methodIntersect(Curve, IntersectionResultArray)Calculates the intersection of the specified curve with this face and returns the intersection results.
Public methodIntersect(Face, Curve)Calculates the intersection of the specified face with this face and returns the intersection results.
Top
See Also