Curve.CreateTransformed
Method
Description:
Crates a new instance of a curve as a transformation of this curve.
Crates a new instance of a curve as a transformation of this curve.
Parameters
Parameter | Type | Description |
---|---|---|
transform | Transform | The transform to apply. |
Return Value
Type | Description |
---|---|
Curve | The new curve. |
Exceptions
Exception | Condition |
---|---|
ArgumentException | transform is not conformal. |
ArgumentNullException | A non-optional argument was NULL |