Specifies different flags for NURBS curve and surface.
Syntax
Members
Member | Value | Description |
MCLOSED | 4 | The NURBS curve or surface is closed in M direction. |
MFIT | 64 | The curve or surface is interpolated by qubic spline in M direction. |
MINTERPOLATE | 16 | Not in use. |
NCLOSED | 8 | The NURBS surface is closed in N direction. |
NFIT | 128 | The surface is interpolated by qubic spline in N direction. |
NINTERPOLATE | 32 | Not in use. |
RATIONAL | 2 | The NURBS curve or surface is rational. |
UNIFORM | 1 | The NURBS curve or surface is uniform. |
Inheritance Hierarchy
System.Object
System.ValueType
System.Enum
ImageGear.Vector.ImGearVectNURBSFlags
See Also