Gets the b-spline value representation of the arc.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function ConvertArcToBcurve( _
ByVal Center As System.Object, _
ByVal Axis As System.Object, _
ByVal Start As System.Object, _
ByVal End As System.Object _
) As System.Object |
Visual Basic (Usage) | |
---|
Dim instance As ICurve
Dim Center As System.Object
Dim Axis As System.Object
Dim Start As System.Object
Dim End As System.Object
Dim value As System.Object
value = instance.ConvertArcToBcurve(Center, Axis, Start, End) |
C# | |
---|
System.object ConvertArcToBcurve(
System.object Center,
System.object Axis,
System.object Start,
System.object End
) |
C++/CLI | |
---|
System.Object^ ConvertArcToBcurve(
& System.Object^ Center,
& System.Object^ Axis,
& System.Object^ Start,
& System.Object^ End
) |
Parameters
- Center
- Array for the x, y, z coordinates of the center point of the
arc - Axis
- Array for the normal vector of the arc
- Start
- Array for the x, y, z coordinates of the start point of the arc
- End
- Array for the x, y, z coordinates of the end point of the arc
Return Value
Array for the b-spline representation of the arc
Remarks
See Also