SolidUtils.Clone
Method
Description:
Creates a new Solid which is a copy of the input Solid.
Creates a new Solid which is a copy of the input Solid.
Parameters
| Parameter | Type | Description |
|---|---|---|
| solid | Solid | The input solid to be copied. |
Return Value
| Type | Description |
|---|---|
| Solid | The newly created Solid. |
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | A non-optional argument was null |