SolidSolidCutUtils.RemoveCutBetweenSolids
Method
Description:
Removes the solid-solid cut between the two elements if it exists.
Removes the solid-solid cut between the two elements if it exists.
Syntax
public static void RemoveCutBetweenSolids(
Document document,
Element first,
Element second
)
Parameters
Parameter | Type | Description |
---|---|---|
document | Document | The document containing the two elements |
first | Element | The solid being cut or the cutting solid. |
second | Element | The solid being cut or the cutting solid. |
Return Value
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | A non-optional argument was null |