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




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

    Return Value

    New instance of ImGearVectorFloatCont class.
    See Also