Delegate CustomManager.DuctSizeCalculatorCreateStockPlugin
Assembly: NXOpen.dll
Syntax
public delegate void DuctSizeCalculatorCreateStockPlugin(Curve[] segments, CustomManager.DuctSizeCalculatorDuctShape ductShape, double diameter, double height, double width);
Parameters
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
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