Verifies if the cutting element can add a solid cut to the target element.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public static bool CanElementCutElement(
Element cuttingElement,
Element cutElement,
out CutFailureReason reason
)
Parameters
- cuttingElement Element
-
The cutting element.
- cutElement Element
-
The element to be cut.
- reason CutFailureReason%
-
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.
Exceptions
See Also
Reference