SolidSolidCutUtils.CanElementCutElement
Description:
Verifies if the cutting element can add a solid cut to the target element.
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
)
-
cuttingElementThe cutting element.
-
cutElementThe element to be cut.
-
reasonThe 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.
-
A non-optional argument was null
-
A value passed for an enumeration argument is not a member of that enumeration