GetWeight Method |
Gets the weight of the control point at a given index.
Signature
RetVal = object.GetWeight(Index)
Object
Spline
The object or objects this method applies to.
Index
Integer; input-only
The index location in the array of points that make up the spline.
A positive integer beginning with 0.
RetVal
Double
The weight of the specified control point.
Remarks
Control points fine-tune a spline definition by adding weight to a portion of the spline curve.
Comments? |