Creates a new B-spline surface.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function CreateBsplineSurface( _
ByVal Props As Object, _
ByVal UKnots As Object, _
ByVal VKnots As Object, _
ByVal CtrlPtCoords As Object _
) As Object |
Visual Basic (Usage) | |
---|
Dim instance As IBody2
Dim Props As Object
Dim UKnots As Object
Dim VKnots As Object
Dim CtrlPtCoords As Object
Dim value As Object
value = instance.CreateBsplineSurface(Props, UKnots, VKnots, CtrlPtCoords)
|
Parameters
- Props
Array containing 8 integers packed as 4 double elements (see Remarks)
- UKnots
Array of numUKnots (see Remarks)
- VKnots
Array of numVKnots (see Remarks)
- CtrlPtCoords
Array of numCtrlPtCoord (see Remarks)
Return Value
A new B-spline surface
Remarks
See Also
Availability
SolidWorks 2001Plus FCS, Revision Number 10.0