Delegate UFModl.VarBlendFT
Assembly: NXOpen.UF.dll
Syntax
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
public delegate int UFModl.VarBlendFT(Tag a, double[] b, sbyte* c, int smooth_overflow, int cliff_overflow, int notch_overflow, double vrb_tol, ref int d)
Parameters
Returns
Constructors
VarBlendFT(object, nint)
Declaration
public VarBlendFT(object @object, nint method)
Parameters
Methods
BeginInvoke(Tag, double[], sbyte*, int, int, int, double, ref int, 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
Returns
EndInvoke(ref int, IAsyncResult)
Declaration
public virtual int EndInvoke(ref int d, IAsyncResult result)
Parameters
Returns
Invoke(Tag, double[], sbyte*, int, int, int, double, ref int)
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
Returns