2025 Method
Changes 0
M

SolidSolidCutUtils.CanElementCutElement

Description:
Verifies if the cutting element can add a solid cut to the target element.
public static bool CanElementCutElement(
	Element cuttingElement,
	Element cutElement,
	out CutFailureReason reason
)
  • cuttingElement
    The cutting element.
  • cutElement
    The element to be cut.
  • reason
    The reason that the cutting element cannot add a solid cut to the cut element.
Return Value Boolean True if the cutting element can add a solid cut to the target element, false otherwise.