Share

OnFaceCurve.FitPoint Method

Parent Object: OnFaceCurve

Description

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 SketchPoint3D

Parameters

Name Type Description
Index Long Input Long value that specifies the index of the fit point to return.

Version

Introduced in version 2017

Was this information helpful?