'DeclarationPublic Function GetValue( _ ByVal t1 As System.Double, _ ByVal t2 As System.Double _ ) As NVector3DD
'UsageDim instance As NNurbsSurface Dim t1 As System.Double Dim t2 As System.Double Dim value As NVector3DD value = instance.GetValue(t1, t2)
public NVector3DD GetValue( System.double t1, System.double t2 )
Parameters
- t1
- t2