Nevron .NET Vision
Nevron.GraphicsCore.Nurbs Namespace / NNurbsCurve Class / GetValue Method


In This Topic
    GetValue Method (NNurbsCurve)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Function GetValue( _
       ByVal t1 As System.Double _
    ) As NVector4DD
    'Usage
     
    
    Dim instance As NNurbsCurve
    Dim t1 As System.Double
    Dim value As NVector4DD
     
    value = instance.GetValue(t1)
    public NVector4DD GetValue( 
       System.double t1
    )

    Parameters

    t1
    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