<Code Lib>
2024 Enumeration
Changes 0
E

CutFailureReason

Description:
The reason why a solid-solid cut cannot be created.

public enum CutFailureReason

Name Description
E CutAllowed Yes, the cutting element can add a cut to the target element.
E CutAlreadyExists The cutting element has already cut the target element.
E OppositeCutExists The target element has already cut the cutting element.
E CutNotAppropriateForElements The cut is not appropriate for the two elements.

Loading…