Designer_NURBS_tag Struct Reference
[Designer]
Detailed Description
NURBS patch.
This structure represents a NURBS patch. Note the w values are *premultiplied* with the x, y and z values. eg. Cubic NURBS mimimum requirement 4 control points => num = 4 order = 4 => 8 Index: knots [0 - 3] points [0 - 3][0 - 3] in the terms of Watt and Watt spline spec. is n=3 k=4 => knots = 3+4+1 Sum i=0,n (points = n+1) In knot vector first parameter repeated "k" times [0 0 0 0 1 1 1 1] [0..numV-1][0..numU-1]
Definition at line 153 of file STRUCT.H.
Field Documentation
Number of Points in the U and V directions.
Definition at line 156 of file STRUCT.H.
Order of the surface in U and V (must be >= 2, < MAXORDER).
Definition at line 157 of file STRUCT.H.
Knot vectors, indexed as [0..numU+orderU-1] and [0..numV+orderV-1].
Definition at line 158 of file STRUCT.H.
Control points, indexed as points.
Definition at line 159 of file STRUCT.H.
TRUE if selected.
Definition at line 160 of file STRUCT.H.
Edge straightness flags for subdivision.
Definition at line 163 of file STRUCT.H.
Surface flatness flags for subdivision.
Definition at line 165 of file STRUCT.H.
Corner data structures for subdivision.
Definition at line 166 of file STRUCT.H.
The documentation for this struct was generated from the following file: