ImageGear .NET v25.2 - Updated
ImageGear.Formats.Vector Assembly / ImageGear.Vector Namespace / ImGearVectorEntityNURBSsurface Class / GetNKnots Method




In This Topic
    GetNKnots Method
    In This Topic
    Returns a container with knot vector in N direction. If this container is empty then the standard knot vector is calculated.
    Syntax
    'Declaration
     
    Public Function GetNKnots() As ImGearVectorFloatCont
    'Usage
     
    Dim instance As ImGearVectorEntityNURBSsurface
    Dim value As ImGearVectorFloatCont
     
    value = instance.GetNKnots()
    public ImGearVectorFloatCont GetNKnots()
    public: ImGearVectorFloatCont* GetNKnots(); 
    public:
    ImGearVectorFloatCont^ GetNKnots(); 

    Return Value

    New instance of ImGearVectorFloatCont class.
    See Also