Search Results for

    Show / Hide Table of Contents

    Delegate UFModl.VarBlendFT

    Namespace: NXOpen.UF
    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
    Type Name Description
    Tag a
    double[] b
    sbyte* c
    int smooth_overflow
    int cliff_overflow
    int notch_overflow
    double vrb_tol
    int d
    Returns
    Type Description
    int

    Constructors

    VarBlendFT(object, nint)

    Declaration
    public VarBlendFT(object @object, nint method)
    Parameters
    Type Name Description
    object object
    nint method

    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
    Type Name Description
    Tag a
    double[] b
    sbyte* c
    int smooth_overflow
    int cliff_overflow
    int notch_overflow
    double vrb_tol
    int d
    AsyncCallback callback
    object object
    Returns
    Type Description
    IAsyncResult

    EndInvoke(ref int, IAsyncResult)

    Declaration
    public virtual int EndInvoke(ref int d, IAsyncResult result)
    Parameters
    Type Name Description
    int d
    IAsyncResult result
    Returns
    Type Description
    int

    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
    Type Name Description
    Tag a
    double[] b
    sbyte* c
    int smooth_overflow
    int cliff_overflow
    int notch_overflow
    double vrb_tol
    int d
    Returns
    Type Description
    int
    In this article
    Back to top Generated by DocFX