ImageGear .NET v25.2 - Updated
ImageGear.Formats.Vector Assembly / ImageGear.Vector Namespace / ImGearVectNURBSFlags Enumeration




In This Topic
    ImGearVectNURBSFlags Enumeration
    In This Topic
    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
    MemberValueDescription
    MCLOSED4The NURBS curve or surface is closed in M direction.
    MFIT64The curve or surface is interpolated by qubic spline in M direction.
    MINTERPOLATE16Not in use.
    NCLOSED8The NURBS surface is closed in N direction.
    NFIT128The surface is interpolated by qubic spline in N direction.
    NINTERPOLATE32Not in use.
    RATIONAL2The NURBS curve or surface is rational.
    UNIFORM1The NURBS curve or surface is uniform.
    Inheritance Hierarchy

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

    See Also