Machining.GetRawPasses Method

Protected Friend Function GetRawPasses( _ 
ByVal levels As Tuple(Of Double, Point2D[][])()()(), _ 
ByVal boundaryPolyReg As PolyRegion2D, _ 
ByVal worker As BackgroundWorker, _ 
ByVal doWorkEventArgs As DoWorkEventArgs
) As Tuple(Of Double, PolyRegion2D[])()()
This language is not supported or no code example is available.
internal protected Tuple<double, PolyRegion2D[]>[][] GetRawPasses( 
Tuple<double, Point2D[][]>[][][] levels
PolyRegion2D boundaryPolyReg
BackgroundWorker worker
DoWorkEventArgs doWorkEventArgs 
)
This language is not supported or no code example is available.

Parameters

levels
Tuple<double, Point2D[][]>[][][]

boundaryPolyReg
PolyRegion2D

worker
BackgroundWorker

doWorkEventArgs
DoWorkEventArgs

Return Value

Tuple<double, PolyRegion2D[]>[][]

.NET Framework

Supported in: 4.8

In this article

Definition