Gets the b-spline value representation of the arc.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function ConvertArcToBcurve( _
ByVal Center As Object, _
ByVal Axis As Object, _
ByVal Start As Object, _
ByVal End As Object _
) As Object |
Visual Basic (Usage) | |
---|
Dim instance As ICurve
Dim Center As Object
Dim Axis As Object
Dim Start As Object
Dim End As Object
Dim value As Object
value = instance.ConvertArcToBcurve(Center, Axis, Start, End)
|
C++/CLI | |
---|
Object^ ConvertArcToBcurve(
& Object^ Center,
& Object^ Axis,
& Object^ Start,
& 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