Search Results for

    Show / Hide Table of Contents

    Delegate CustomManager._VariableBevelHandler

    Namespace: NXOpen.Weld
    Assembly: NXOpen.dll
    Syntax
    delegate void _VariableBevelHandler(Tag jointBuilder, Tag jointCurve);
    Parameters
    Type Name Description
    Tag jointBuilder
    Tag jointCurve

    Constructors

    _VariableBevelHandler(Object, IntPtr)

    Declaration
    public _VariableBevelHandler(object object, IntPtr method)
    Parameters
    Type Name Description
    System.Object object
    System.IntPtr method

    Methods

    BeginInvoke(Tag, Tag, AsyncCallback, Object)

    Declaration
    public virtual IAsyncResult BeginInvoke(Tag jointBuilder, Tag jointCurve, AsyncCallback callback, object object)
    Parameters
    Type Name Description
    Tag jointBuilder
    Tag jointCurve
    System.AsyncCallback callback
    System.Object object
    Returns
    Type Description
    System.IAsyncResult

    EndInvoke(IAsyncResult)

    Declaration
    public virtual void EndInvoke(IAsyncResult result)
    Parameters
    Type Name Description
    System.IAsyncResult result

    Invoke(Tag, Tag)

    Declaration
    public virtual void Invoke(Tag jointBuilder, Tag jointCurve)
    Parameters
    Type Name Description
    Tag jointBuilder
    Tag jointCurve
    In This Article
    Back to top Generated by DocFX