SolidSolidCutUtils.SplitFacesOfCuttingSolid
Method
Description:
Causes the faces of the cutting element where it intersects the element it is cutting to be split or unsplit.
Causes the faces of the cutting element where it intersects the element it is cutting to be split or unsplit.
Remarks:
There must be a cut between the input elements.
There must be a cut between the input elements.
Parameters
Parameter | Type | Description |
---|---|---|
first | Element | The solid being cut or the cutting solid |
second | Element | The solid being cut or the cutting solid |
split | Boolean | True to split the faces of intersection, false to unsplit them. |
Return Value
Exceptions
Exception | Condition |
---|---|
ArgumentException | There is no solid-solid cut between the input elements. |
ArgumentNullException | A non-optional argument was null |
InvalidOperationException | Unable to split or unsplit faces of cutting solid |