AddProfileBspline Method (IBody)
Obsolete. Superseded by IBody2::AddProfileBspline.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function AddProfileBspline( _
ByVal Props As Object, _
ByVal Knots As Object, _
ByVal CtrlPtCoords As Object _
) As Object |
Visual Basic (Usage) | |
---|
Dim instance As IBody
Dim Props As Object
Dim Knots As Object
Dim CtrlPtCoords As Object
Dim value As Object
value = instance.AddProfileBspline(Props, Knots, CtrlPtCoords)
|
Parameters
- Props
-
- Knots
-
- CtrlPtCoords
-
See Also