Obsolete. Superseded by ISketchManager::ICreateSplinesByEqnParams.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function ICreateSplinesByEqnParams( _
ByRef PropArray As Integer, _
ByRef KnotsArray As Double, _
ByRef CntrlPntCoordArray As Double _
) As EnumSketchSegments |
Visual Basic (Usage) | |
---|
Dim instance As IModelDoc2
Dim PropArray As Integer
Dim KnotsArray As Double
Dim CntrlPntCoordArray As Double
Dim value As EnumSketchSegments
value = instance.ICreateSplinesByEqnParams(PropArray, KnotsArray, CntrlPntCoordArray)
|
Parameters
- PropArray
- Array of dimension, order, number of control points, periodicity (see Remarks)
- KnotsArray
- knot1, knot2, and so on (see Remarks)
- CntrlPntCoordArray
- controlpoint1[dimension], controlpoint2[dimension], and so on (see Remarks)
Return Value
Pointer to the newly created
splines enumeration (see
Remarks)
Remarks
See Also
Availability
SolidWorks 2001Plus FCS, Revision Number 10.0