ImageGear .NET
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
MemberValueDescription
MCLOSED0x00000004The NURBS curve or surface is closed in M direction.
MFIT0x00000040The curve or surface is interpolated by qubic spline in M direction.
MINTERPOLATE0x00000010Not in use.
NCLOSED0x00000008The NURBS surface is closed in N direction.
NFIT0x00000080The surface is interpolated by qubic spline in N direction.
NINTERPOLATE0x00000020Not in use.
RATIONAL0x00000002The NURBS curve or surface is rational.
UNIFORM0x00000001The NURBS curve or surface is uniform.
Inheritance Hierarchy

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

See Also

Reference

ImageGear.Vector Namespace

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback