SketchSpline.SetHandleStatus Method
Parent Object: SketchSplineDescription
Method that sets whether the handle at a given fit point is enabled or disabled.
Syntax
SketchSpline.SetHandleStatus( FitPoint As SketchPoint, Value As Boolean )Parameters
Name | Type | Description |
FitPoint | SketchPoint | Input SketchPoint object that specifies the fit point at which to set the handle status. |
Value | Boolean | Input Boolean that specifies whether the handle at the input fit point is enabled or disabled. |