OnFaceCurve.FitPoint Method
Parent Object: OnFaceCurveDescription
Read-only property that returns the fit point at the specified index. The indices correspond to the fit points in order from the start to the end of the splines in the curve. An Index of 1 returns the first SketchPoint3D. The FitPointCount property returns the.
Syntax
OnFaceCurve.FitPoint( Index As Long ) As SketchPoint3DParameters
Name | Type | Description |
Index | Long | Input Long value that specifies the index of the fit point to return. |