Nevron .NET Vision
Nevron.Chart Namespace / NGridSurfaceSeries Class / Get3DIntersections Method


In This Topic
    Get3DIntersections Method (NGridSurfaceSeries)
    In This Topic
    Gets the 3D interpolated intersections of the grid with the specified line
    Syntax
    'Declaration
     
    
    Public Function Get3DIntersections( _
       ByVal begin As NPointD, _
       ByVal end As NPointD _
    ) As System.Collections.Generic.List(Of NVector3DD)
    'Usage
     
    
    Dim instance As NGridSurfaceSeries
    Dim begin As NPointD
    Dim end As NPointD
    Dim value As System.Collections.Generic.List(Of NVector3DD)
     
    value = instance.Get3DIntersections(begin, end)
    public System.Collections.Generic.List<NVector3DD> Get3DIntersections( 
       NPointD begin,
       NPointD end
    )

    Parameters

    begin
    end
    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