Search Results for

    Show / Hide Table of Contents

    Delegate CustomManager.DuctSizeCalculatorCreateStockPlugin

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

    Constructors

    DuctSizeCalculatorCreateStockPlugin(Object, IntPtr)

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

    Methods

    BeginInvoke(Curve[], CustomManager.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
    System.Double diameter
    System.Double height
    System.Double width
    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(Curve[], CustomManager.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
    System.Double diameter
    System.Double height
    System.Double width
    In This Article
    Back to top Generated by DocFX