Nevron.GraphicsCore.Nurbs Namespace / NNurbsSurface Class / GetValue Method


GetValue Method (NNurbsSurface)
Syntax
'Declaration
 
Public Function GetValue( _
   ByVal t1 As System.Double, _
   ByVal t2 As System.Double _
) As NVector3DD
 
'Usage
 
Dim instance As NNurbsSurface
Dim t1 As System.Double
Dim t2 As System.Double
Dim value As NVector3DD
 
value = instance.GetValue(t1, t2)

Parameters

t1
t2
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