Description
Scales the NURBS curve along X, Y and Z axis by specified values.
Syntax
Function RFNurbsCurve.Resize(x As Double, y As Double, z As Double) As RFErrorCode
The Resize syntax has these parts:
| Part | Description |
|---|---|
| x | [IN] Double Required. Scaling value along the X axis |
| y | [IN] Double Required. Scaling value along the Y axis |
| z | [IN] Double Required. Scaling value along the Z axis |
Remarks