SketchSpline.GetHandle Method
Parent Object: SketchSplineDescription
Method that returns the fit point handle at the given fit point. The method returns Nothing if the handle is not enabled at the input fit point.
Syntax
SketchSpline.GetHandle( FitPoint As SketchPoint ) As SketchSplineHandleParameters
Name | Type | Description |
FitPoint | SketchPoint | Input SketchPoint object that specifies the fit point at which to obtain the handle. |