The reason why a solid-solid cut cannot be created.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 21.0.0.0 (21.1.1.109)
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. |