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