Show frames
Go to:
Related nodes. Attributes.
Compute a non rational circular arc (bspline form).
The degree of the created arc can be linear or cubic and is controlled
using the attribute "degree". The number of spans of the curve can be
controlled using the attribute "sections".
The computed arc's center, sweep angle and the normal
of the plane containing the arc can be queried using the output
attributes "center", "sweep" and "normal" respectively.
The created arc is available at "outputCurve" and is non-rational.
This node is abstract
Related nodes
makeNurbCircle, makeTwoPointCircularArc, makeThreePointCircularArc
Attributes (12)
center, centerX, centerY, centerZ, degree, normal, normalX, normalY, normalZ, outputCurve, sections, sweep
Long name (short name) | Type | Default | Flags |
---|
|
center
(c )
| double3 | |   |
|
| centerX
(cx )
| distance (double) | 0.0cm |   | |
|
| centerY
(cy )
| distance (double) | 0.0cm |   | |
|
| centerZ
(cz )
| distance (double) | 0.0cm |   | |
|
|
degree
(d )
| enum | 3 |      |
|
|
normal
(nr )
| double3 | |   |
|
| normalX
(nrx )
| distance (double) | 0.0cm |   | |
|
| normalY
(nry )
| distance (double) | 0.0cm |   | |
|
| normalZ
(nrz )
| distance (double) | 0.0cm |   | |
|
|
outputCurve
(oc )
| nurbsCurve | NULL |   |
|
|
sections
(s )
| integer | 8 |      |
|
|
sweep
(sw )
| angle (double) | 0.0deg |   |
|