Revit 2023 API |
CutFailureReason Enumeration |
See Also |
The reason why a solid-solid cut cannot be created.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 23.0.0.0 (23.1.0.0)
Since:
2012
Since:
2012
Syntax
C# |
---|
public enum CutFailureReason |
Visual Basic |
---|
Public Enumeration CutFailureReason |
Visual C++ |
---|
public enum class CutFailureReason |
Members
Member 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. |