Namespace:
Autodesk.Revit.DB
CutFailureReason
Enumeration
Description:
The reason why a solid-solid cut cannot be created.
The reason why a solid-solid cut cannot be created.
Syntax
public enum CutFailureReason
Unknown Namespace Members:
Name | Description |
---|---|
CutAllowed | Yes, the cutting element can add a cut to the target element. |
CutAlreadyExists | The cutting element has already cut the target element. |
OppositeCutExists | The target element has already cut the cutting element. |
CutNotAppropriateForElements | The cut is not appropriate for the two elements. |