SketchSpline3DProxy.GetHandle Method
Parent Object: SketchSpline3DProxyDescription
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
SketchSpline3DProxy.GetHandle( FitPoint As SketchPoint3D ) As SketchSplineHandle3DParameters
Name | Type | Description |
FitPoint | SketchPoint3D | Input SketchPoint3D object that specifies the fit point at which to obtain the handle. |