Nevron .NET Vision
Nevron.Chart Namespace / NMeshSurfaceData Class / FillFromNurbsSurface Method


In This Topic
    FillFromNurbsSurface Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Sub FillFromNurbsSurface( _
       ByVal nurbsSurface As NNurbsSurface, _
       ByVal xSamples As System.Integer, _
       ByVal ySamples As System.Integer, _
       ByVal offset As NVector3DD _
    ) 
    'Usage
     
    
    Dim instance As NMeshSurfaceData
    Dim nurbsSurface As NNurbsSurface
    Dim xSamples As System.Integer
    Dim ySamples As System.Integer
    Dim offset As NVector3DD
     
    instance.FillFromNurbsSurface(nurbsSurface, xSamples, ySamples, offset)
    public void FillFromNurbsSurface( 
       NNurbsSurface nurbsSurface,
       System.int xSamples,
       System.int ySamples,
       NVector3DD offset
    )

    Parameters

    nurbsSurface
    xSamples
    ySamples
    offset
    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