ImageGear .NET - Updated
ImGearVectNURBSFlags Enumeration




ImageGear24.Formats.Vector Assembly > ImageGear.Vector Namespace : ImGearVectNURBSFlags Enumeration
Specifies different flags for NURBS curve and surface.
Syntax
'Declaration
 
<FlagsAttribute()>
Public Enum ImGearVectNURBSFlags 
   Inherits System.Enum
'Usage
 
Dim instance As ImGearVectNURBSFlags
[Flags()]
public enum ImGearVectNURBSFlags : System.Enum 
[Flags()]
__value public enum ImGearVectNURBSFlags : public System.Enum 
[Flags()]
public enum class ImGearVectNURBSFlags : public System.Enum 
Members
MemberDescription
MCLOSEDThe NURBS curve or surface is closed in M direction.
MFITThe curve or surface is interpolated by qubic spline in M direction.
MINTERPOLATENot in use.
NCLOSEDThe NURBS surface is closed in N direction.
NFITThe surface is interpolated by qubic spline in N direction.
NINTERPOLATENot in use.
RATIONALThe NURBS curve or surface is rational.
UNIFORMThe NURBS curve or surface is uniform.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         ImageGear.Vector.ImGearVectNURBSFlags

See Also

Reference

ImageGear.Vector Namespace