ImageGear for .NET
ImGearVectNURBSFlags Enumeration
See Also  Send Feedback
ImageGear21.Formats.Vector Assembly > ImageGear.Vector Namespace : ImGearVectNURBSFlags Enumeration




Glossary Item Box

Specifies different flags for NURBS curve and surface.

Syntax

 
Visual Basic
C#
Managed Extensions for C++
C++/CLI
 
 

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

©2013. Accusoft Corporation. All Rights Reserved.