CurveLoop.CreateViaCopy
Method
Description:
Creates a new curve loop as a copy of the input.
Creates a new curve loop as a copy of the input.
Parameters
Parameter | Type | Description |
---|---|---|
original | CurveLoop | The original curve loop. |
Return Value
Type | Description |
---|---|
CurveLoop | The copied curve loop. |
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | A non-optional argument was null |