Nevron Open Vision Documentation
Nevron.Nov.Graphics Namespace / NNurbsCurve Class / Refine Method


In This Topic
    Refine Method
    In This Topic
    Refines the NURBS curve by inserting knots (and control points) in order to make each knot multiplicity equal to the NURBS curve degree.
    Syntax
    'Declaration
     
    
    Public Sub Refine() 
    'Usage
     
    
    Dim instance As NNurbsCurve
     
    instance.Refine()
    public void Refine()
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also