GetFitPoint Method |
Gets the fit point of a spline at a given index.
Signature
RetVal = object.GetFitPoint(Index)
Object
Spline
The object or objects this method applies to.
Index
Integer; input-only
The position in the fit point list at which to query the fit point.
The index must be a positive integer beginning with 0.
RetVal
Variant (three-element array of
doubles)
The 3D WCS coordinates of the fit point at the given index
location.
Comments? |