Gets the knot vector for the spline.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function GetKnotPoints( _
ByRef KnotPoints As System.Object _
) As System.Boolean |
Visual Basic (Usage) | |
---|
Dim instance As ISplineParamData
Dim KnotPoints As System.Object
Dim value As System.Boolean
value = instance.GetKnotPoints(KnotPoints) |
C# | |
---|
System.bool GetKnotPoints(
out System.object KnotPoints
) |
C++/CLI | |
---|
System.bool GetKnotPoints(
& [Out] System.Object^ KnotPoints
) |
Parameters
- KnotPoints
- Array of double values between 0 and 1, inclusive (see Remarks)
Return Value
True if successful, false if not
Example
Remarks
See Also
Availability
SOLIDWORKS 2011 FCS, Revision Number 19.0