2027 Method
Changes 8
M

Surface.IsCoincidentWith

Description:
Determine if two surfaces are coincident (ignoring Envelopes). For an affirmative answer, the surfaces must have the same type (e.g., two planes).
public bool IsCoincidentWith(
	Surface other
)
  • other
    The surfaces which this should be compared with
Return Value Boolean True if surfaces are coincident, false otherwise.