Intersect Method


Face Intersect Method

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