CreateBsplineSurface Method (IBody)
Obsolete. Superseded by IBody2::CreateBsplineSurface.
.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 IBody
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
-
- UKnots
-
- VKnots
-
- CtrlPtCoords
-
See Also