Intersect 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.
(Inherited from Face.)
Public methodIntersect(Face)
Calculates the intersection of the specified face with this face and returns the intersection results.
(Inherited from Face.)
Public methodIntersect(Curve, IntersectionResultArray%)
Calculates the intersection of the specified curve with this face and returns the intersection results.
(Inherited from Face.)
Public methodIntersect(Face, Curve%)
Calculates the intersection of the specified face with this face and returns the intersection results.
(Inherited from Face.)

See Also