Delegate UFForgeo.EvaluateSurfaceFT
Assembly: NXOpen.UF.dll
Syntax
public delegate int EvaluateSurfaceFT(int[] int_array, double[] double_array, double[] fg_data, double u, double v, int num_derivs_in_u, int num_derivs_in_v, int triang, out double results);
Parameters
Type |
Name |
Description |
System.Int32[] |
int_array |
|
System.Double[] |
double_array |
|
System.Double[] |
fg_data |
|
System.Double |
u |
|
System.Double |
v |
|
System.Int32 |
num_derivs_in_u |
|
System.Int32 |
num_derivs_in_v |
|
System.Int32 |
triang |
|
System.Double |
results |
|
Returns
Type |
Description |
System.Int32 |
|
Constructors
EvaluateSurfaceFT(Object, IntPtr)
Declaration
public EvaluateSurfaceFT(object object, IntPtr method)
Parameters
Type |
Name |
Description |
System.Object |
object |
|
System.IntPtr |
method |
|
Methods
BeginInvoke(Int32[], Double[], Double[], Double, Double, Int32, Int32, Int32, out Double, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(int[] int_array, double[] double_array, double[] fg_data, double u, double v, int num_derivs_in_u, int num_derivs_in_v, int triang, out double results, AsyncCallback callback, object object)
Parameters
Type |
Name |
Description |
System.Int32[] |
int_array |
|
System.Double[] |
double_array |
|
System.Double[] |
fg_data |
|
System.Double |
u |
|
System.Double |
v |
|
System.Int32 |
num_derivs_in_u |
|
System.Int32 |
num_derivs_in_v |
|
System.Int32 |
triang |
|
System.Double |
results |
|
System.AsyncCallback |
callback |
|
System.Object |
object |
|
Returns
Type |
Description |
System.IAsyncResult |
|
EndInvoke(out Double, IAsyncResult)
Declaration
public virtual int EndInvoke(out double results, IAsyncResult result)
Parameters
Type |
Name |
Description |
System.Double |
results |
|
System.IAsyncResult |
result |
|
Returns
Type |
Description |
System.Int32 |
|
Invoke(Int32[], Double[], Double[], Double, Double, Int32, Int32, Int32, out Double)
Declaration
public virtual int Invoke(int[] int_array, double[] double_array, double[] fg_data, double u, double v, int num_derivs_in_u, int num_derivs_in_v, int triang, out double results)
Parameters
Type |
Name |
Description |
System.Int32[] |
int_array |
|
System.Double[] |
double_array |
|
System.Double[] |
fg_data |
|
System.Double |
u |
|
System.Double |
v |
|
System.Int32 |
num_derivs_in_u |
|
System.Int32 |
num_derivs_in_v |
|
System.Int32 |
triang |
|
System.Double |
results |
|
Returns
Type |
Description |
System.Int32 |
|