ImageGear .NET v25.2 - Updated
ImageGear.Formats.Vector Assembly / ImageGear.Vector Namespace / ImGearVectorEntityNURBScurve Class
Members




In This Topic
    ImGearVectorEntityNURBScurve Class
    In This Topic
    Represents non-uniform rational bi-spline curve.
    Object Model
    ImGearVectorEntityNURBScurve ClassImGearVectorFloatCont ClassImGearVectorVertexCont Class
    Syntax
    'Declaration
     
    Public Class ImGearVectorEntityNURBScurve 
       Inherits ImGearVectorEntity
    'Usage
     
    Dim instance As ImGearVectorEntityNURBScurve
    public class ImGearVectorEntityNURBScurve : ImGearVectorEntity 
    public __gc class ImGearVectorEntityNURBScurve : public ImGearVectorEntity 
    public ref class ImGearVectorEntityNURBScurve : public ImGearVectorEntity 
    Remarks
    NURBS curve is defined by control points, spline degree and knot vector. Also, any control point can have additional weights.
    Inheritance Hierarchy

    System.Object
       ImageGear.Vector.ImGearVectorObject
          ImageGear.Vector.ImGearVectorEntity
             ImageGear.Vector.ImGearVectorEntityNURBScurve

    See Also