Nevron .NET Vision
Nevron.Chart Namespace / NPointSetSimplifier3D Class / Simplify Method


In This Topic
    Simplify Method (NPointSetSimplifier3D)
    In This Topic
    Returns the simplified point set
    Syntax
    'Declaration
     
    
    Public Function Simplify( _
       ByVal points() As NVector3DD _
    ) As NVector3DD()
    'Usage
     
    
    Dim instance As NPointSetSimplifier3D
    Dim points() As NVector3DD
    Dim value() As NVector3DD
     
    value = instance.Simplify(points)
    public NVector3DD[] Simplify( 
       NVector3DD[] points
    )

    Parameters

    points
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also