Converts the specified line into a b-spline curve.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function ConvertLineToBcurve( _
ByVal StartPoint As System.Object, _
ByVal EndPoint As System.Object _
) As System.Object |
Visual Basic (Usage) | |
---|
Dim instance As ICurve
Dim StartPoint As System.Object
Dim EndPoint As System.Object
Dim value As System.Object
value = instance.ConvertLineToBcurve(StartPoint, EndPoint) |
C++/CLI | |
---|
System.Object^ ConvertLineToBcurve(
& System.Object^ StartPoint,
& System.Object^ EndPoint
) |
Parameters
- StartPoint
Array values for the coordinates of the start point of the line
- EndPoint
Array values for the coordinates of the end point of the line
Return Value
Array values giving the b-spline representation of the line
Remarks
See Also