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