FitPoints Property |
Specifies the fit points of a spline.
Signature
object.FitPoints
object
Spline
The object or objects this property applies to.
FitPoints
Variant (array of doubles); read-write
An array of 3D WCS coordinates representing the fit points of the
spline.
Remarks
The fit points define the path of the spline. You can change the tolerance of a given fit point by using the FitTolerance property. You can add a fit point by using the AddFitPoint method. You can delete a fit point by using the DeleteFitPoint method. You can query the location of a fit point by using the GetFitPoint method. You can change the location of a given fit point by using the SetFitPoint method.
Comments? |