VolumeAutomation.CurveDesigner.ResetPoints method |
![]() ![]() ![]() |
Remarks
Resets positions of Bézier curve control points (right and left) inside the curve designer. Control points positions can be obtained VolumeAutomation.CurveDesigner.GetPoints method and modified through the VolumeAutomation.CurveDesigner.SetPoints method.
For details about using the Curve Designer refer to the How to create custom volume curves tutorial.
For details about using Volume Automation refer to the How to manage Volume Automation tutorial.
Syntax
[Visual Basic] control.VolumeAutomation.CurveDesigner.ResetPoints ( nDesignerUniqueId as Long ) as enumErrorCodes |
[C++] short control.VolumeAutomation.CurveDesigner.ResetPoints ( long nDesignerUniqueId ); |
Parameter |
Description |
|
|
nDesignerUniqueId |
Unique identifier of the curve designer returned by a previous call to the VolumeAutomation.CurveDesigner.Create method |
Return value
Value |
Meaning |
|
|
enumErrorCodes.NOERROR (0) |
The call was successful. |
Negative value |
An error occurred: see the LastError property for further error details or for a list of the possible error values. |