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