Sets the knot vector for a spline.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function SetKnotPoints( _
ByVal KnotPoints As Object _
) As Boolean |
Visual Basic (Usage) | |
---|
Dim instance As ISplineParamData
Dim KnotPoints As Object
Dim value As Boolean
value = instance.SetKnotPoints(KnotPoints)
|
C++/CLI | |
---|
bool SetKnotPoints(
& Object^ KnotPoints
) |
Parameters
- KnotPoints
- Array of doubles between 0 and 1, inclusive
Return Value
True if successful, false if not
Example
Remarks
See Also
Availability
SolidWorks 2011 FCS, Revision Number 19.0