TKE_NURBS_CurveOpcode
ASCII |
N | Hexadecimal |
4E | Decimal |
78 |
Operands
Byte options,
Byte degree,
Long control_count,
(control_count)xPoint control_points,
[(control_count)xFloat weights],
NotesStandard NURBS curve definition. Curve is inserted into the currently opened segment. The parametric start and end points are defined to range from zero to one, which is different from some solid modelers. Solid modelling kernels typically parameterize their curves with respect to the given knot vector. Any fields that can be left unspecified have default values: 0 for start, 1 for end, linearly increasing values for knot (i.e. [0,1,2,3,4,5,6,7...]) and uniform weights (i.e. [1,1,1,1,1...]). Option flags:
|