'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