Creates a new B-spline surface.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function ICreateBsplineSurface( _
ByVal Props As Object, _
ByVal UKnots As Object, _
ByVal VKnots As Object, _
ByVal CtrlPtCoords As Object _
) As Surface |
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 Surface
value = instance.ICreateBsplineSurface(Props, UKnots, VKnots, CtrlPtCoords)
|
Parameters
- Props
- Array containing 8 integers (see Remarks)
- UKnots
- Array of numUKnots (see Remarks)
- VKnots
- Array of numVKnots (see Remarks)
- CtrlPtCoords
- Array of numCtrlPtCoord (see Remarks)
Return Value
ISurface object
Remarks
See Also
Availability
SolidWorks 2001Plus FCS, Revision Number 10.0