SolidUtils.SplitVolumes
Method
Description:
Splits a solid geometry into several separate solids.
Splits a solid geometry into several separate solids.
Remarks:
If no splitting is done, a copy of the input solid will be returned in the output array.
If no splitting is done, a copy of the input solid will be returned in the output array.
Parameters
Parameter | Type | Description |
---|---|---|
solid | Solid | The solid. |
Return Value
Type | Description |
---|---|
IList | The split solid geometries. |
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | A non-optional argument was null |
InvalidOperationException | Failed to split the solid geometry. |