Delegate CustomManager._DuctSizeCalculatorCreateStockPlugin
Assembly: NXOpen.dll
Syntax
delegate void _DuctSizeCalculatorCreateStockPlugin(int nSegments, IntPtr 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(Int32, IntPtr, CustomManager.DuctSizeCalculatorDuctShape, Double, Double, Double, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(int nSegments, IntPtr segments, CustomManager.DuctSizeCalculatorDuctShape ductShape, double diameter, double height, double width, AsyncCallback callback, object object)
Parameters
Type |
Name |
Description |
System.Int32 |
nSegments |
|
System.IntPtr |
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(Int32, IntPtr, CustomManager.DuctSizeCalculatorDuctShape, Double, Double, Double)
Declaration
public virtual void Invoke(int nSegments, IntPtr segments, CustomManager.DuctSizeCalculatorDuctShape ductShape, double diameter, double height, double width)
Parameters