Gets the size of the array required by
ICurve::IGetSplinePts.
.NET Syntax
Visual Basic (Usage) | |
---|
Dim instance As ICurve
Dim PropArray As Integer
Dim KnotsArray As Double
Dim CntrlPntCoordArray As Double
Dim value As Integer
value = instance.IGetSplinePtsSize(PropArray, KnotsArray, CntrlPntCoordArray)
|
Parameters
- PropArray
Array that includes dimension, order, number of control points, and periodicity
- KnotsArray
knot1, knot2, ..., knotn
- CntrlPntCoordArray
controlpoint1[dimension], controlpoint2[dimension], ..., controlpointn[dimension]
Return Value
Size of the data set returned by ICurve::IGetSplinePts
Example
Remarks
See Also