Creates a B-curve from B-spline data; that is, a set of B-spline vertices (control points) and a knot vector.  
             
            
.NET Syntax
| Visual Basic (Usage) |  | 
|---|
| Dim instance As ISketchManager
Dim Properties As System.Integer
Dim KnotArrayCount As System.Integer
Dim Knots As System.Double
Dim ControlPointArrayCount As System.Integer
Dim ControlPoints As System.Double
Dim value As SketchSegment
 
value = instance.ICreateSplineByEqnParams(Properties, KnotArrayCount, Knots, ControlPointArrayCount, ControlPoints) | 
Parameters
- Properties
- 
- in-process, unmanaged C++: Pointer to an array of properties including dimension, order, number of control points, periodicity (see Remarks)
 
- 
VBA, VB.NET, C#, and C++/CLI: Not supported See In-process Methods for details about this type of method. 
- KnotArrayCount
- Number of knots
- Knots
- 
- in-process, unmanaged C++: Pointer to an array of knots (e.g., knot1, knot2, and so on) 
- VBA, VB.NET, C#, and C++/CLI: Not supported
 
- ControlPointArrayCount
- Number of control points
- ControlPoints
- 
- in-process, unmanaged C++: Pointer to an array of control points (e.g., controlpoint1[dimension], controlpoint2[dimension], and so on)
 
- 
VBA, VB.NET, C#, and C++/CLI: Not supported 
Return Value
Sketch segment for the spline
  
             
             
             
             
            
            Remarks
 
            
            See Also
 
            Availability
SolidWorks 2008 FCS, Revision Number 16.0