<Code Lib>
2027 Method
Changes 0
M

Face.Intersect(Curve)

Description:
Calculates the intersection of the specified curve with this face.
Overloads (4):

public SetComparisonResult Intersect(
	Curve curve
)

  • curve
    The specified curve to intersect with this face.
Return Value SetComparisonResult SetComparisonResult.Overlap - One or more intersections were encountered. SetComparisonResult.Subset - The curve is coincident with the surface. SetComparisonResult.Disjoint - There is no intersection found.

Loading…