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