Search Results for

    Show / Hide Table of Contents

    Delegate CustomManager.DuctSizeCalculatorCreateStockPlugin

    Namespace: NXOpen.Routing
    Assembly: NXOpen.dll
    Syntax
    public delegate void CustomManager.DuctSizeCalculatorCreateStockPlugin(Curve[] segments, CustomManager.DuctSizeCalculatorDuctShape ductShape, double diameter, double height, double width)
    Parameters
    Type Name Description
    Curve[] segments
    CustomManager.DuctSizeCalculatorDuctShape ductShape
    double diameter
    double height
    double width

    Constructors

    DuctSizeCalculatorCreateStockPlugin(object, nint)

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

    Methods

    BeginInvoke(Curve[], DuctSizeCalculatorDuctShape, double, double, double, AsyncCallback, object)

    Declaration
    public virtual IAsyncResult BeginInvoke(Curve[] segments, CustomManager.DuctSizeCalculatorDuctShape ductShape, double diameter, double height, double width, AsyncCallback callback, object @object)
    Parameters
    Type Name Description
    Curve[] segments
    CustomManager.DuctSizeCalculatorDuctShape ductShape
    double diameter
    double height
    double width
    AsyncCallback callback
    object object
    Returns
    Type Description
    IAsyncResult

    EndInvoke(IAsyncResult)

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

    Invoke(Curve[], DuctSizeCalculatorDuctShape, double, double, double)

    Declaration
    public virtual void Invoke(Curve[] segments, CustomManager.DuctSizeCalculatorDuctShape ductShape, double diameter, double height, double width)
    Parameters
    Type Name Description
    Curve[] segments
    CustomManager.DuctSizeCalculatorDuctShape ductShape
    double diameter
    double height
    double width
    In this article
    Back to top Generated by DocFX