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




In This Topic
    GetKnots Method
    In This Topic
    Returns a container of the NURBS curve knot vector.
    Syntax
    'Declaration
     
    Public Function GetKnots() As ImGearVectorFloatCont
    'Usage
     
    Dim instance As ImGearVectorEntityNURBScurve
    Dim value As ImGearVectorFloatCont
     
    value = instance.GetKnots()
    public ImGearVectorFloatCont GetKnots()
    public: ImGearVectorFloatCont* GetKnots(); 
    public:
    ImGearVectorFloatCont^ GetKnots(); 

    Return Value

    ImGearVectorFloatCont class object or null.
    Remarks
    If knot vector is empty then the standard knot vector is calculated.
    See Also