ImageGear .NET v25.2 - Updated
ImageGear.Formats.Vector Assembly / ImageGear.Vector Namespace / ImGearVectorEntityNURBSsurface Class / MDegree Property




In This Topic
    MDegree Property (ImGearVectorEntityNURBSsurface)
    In This Topic
    Gets the degree of the NURBS surface in M direction.
    Syntax
    'Declaration
     
    Public Overrides ReadOnly Property MDegree As Integer
    'Usage
     
    Dim instance As ImGearVectorEntityNURBSsurface
    Dim value As Integer
     
    value = instance.MDegree
    public override int MDegree {get;}
    public: __property int get_MDegree() override;
    public:
    property int MDegree {
       int get() override;
    }

    Property Value

    Numeric value equal to 2 or greater.
    See Also