Delegate UFModl.VarBlendFT
Assembly: NXOpen.UF.dll
Syntax
public delegate int VarBlendFT(Tag a, double[] b, sbyte *c, int smooth_overflow, int cliff_overflow, int notch_overflow, double vrb_tol, ref int d);
Parameters
Type |
Name |
Description |
Tag |
a |
|
System.Double[] |
b |
|
System.SByte* |
c |
|
System.Int32 |
smooth_overflow |
|
System.Int32 |
cliff_overflow |
|
System.Int32 |
notch_overflow |
|
System.Double |
vrb_tol |
|
System.Int32 |
d |
|
Returns
Type |
Description |
System.Int32 |
|
Constructors
VarBlendFT(Object, IntPtr)
Declaration
public VarBlendFT(object object, IntPtr method)
Parameters
Type |
Name |
Description |
System.Object |
object |
|
System.IntPtr |
method |
|
Methods
BeginInvoke(Tag, Double[], SByte*, Int32, Int32, Int32, Double, ref Int32, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(Tag a, double[] b, sbyte *c, int smooth_overflow, int cliff_overflow, int notch_overflow, double vrb_tol, ref int d, AsyncCallback callback, object object)
Parameters
Type |
Name |
Description |
Tag |
a |
|
System.Double[] |
b |
|
System.SByte* |
c |
|
System.Int32 |
smooth_overflow |
|
System.Int32 |
cliff_overflow |
|
System.Int32 |
notch_overflow |
|
System.Double |
vrb_tol |
|
System.Int32 |
d |
|
System.AsyncCallback |
callback |
|
System.Object |
object |
|
Returns
Type |
Description |
System.IAsyncResult |
|
EndInvoke(ref Int32, IAsyncResult)
Declaration
public virtual int EndInvoke(ref int d, IAsyncResult result)
Parameters
Type |
Name |
Description |
System.Int32 |
d |
|
System.IAsyncResult |
result |
|
Returns
Type |
Description |
System.Int32 |
|
Invoke(Tag, Double[], SByte*, Int32, Int32, Int32, Double, ref Int32)
Declaration
public virtual int Invoke(Tag a, double[] b, sbyte *c, int smooth_overflow, int cliff_overflow, int notch_overflow, double vrb_tol, ref int d)
Parameters
Type |
Name |
Description |
Tag |
a |
|
System.Double[] |
b |
|
System.SByte* |
c |
|
System.Int32 |
smooth_overflow |
|
System.Int32 |
cliff_overflow |
|
System.Int32 |
notch_overflow |
|
System.Double |
vrb_tol |
|
System.Int32 |
d |
|
Returns
Type |
Description |
System.Int32 |
|