ImageGear .NET v25.2 - Updated
ImageGear.Formats.Vector Assembly / ImageGear.Vector Namespace / ImGearVectorEntityNURBSsurface Class
Properties Methods


In This Topic
    ImGearVectorEntityNURBSsurface Class Members
    In This Topic

    The following tables list the members exposed by ImGearVectorEntityNURBSsurface.

    Public Properties
     NameDescription
    Public PropertyOverridden. Gets or sets NURBS surface flags.  
    Public PropertyOverridden. Gets the degree of the NURBS surface in M direction.  
    Public PropertyOverridden. Gets a count of control points in M direction.  
    Public PropertyOverridden. Gets or sets interpolation step in M direction.  
    Public PropertyOverridden. Gets the degree of the NURBS surface in N direction.  
    Public PropertyOverridden. Gets a count of control points in N direction.  
    Public PropertyOverridden. Gets or sets interpolation step in N direction.  
    Top
    Public Methods
     NameDescription
    Public MethodReturns a container with knot vector in M direction. If this container is empty then the standard knot vector is calculated.  
    Public MethodReturns a container with knot vector in N direction. If this container is empty then the standard knot vector is calculated.  
    Public MethodReturns a surface point from the specified position.  
    Public MethodOverridden. Sets initial dimensions and degrees of the NURBS surface.  
    Public MethodSets a point to the specified position of the surface.  
    Top
    See Also