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