INesting(DictionaryTupleString, ISurfaceSpecificsD, PointD, Int32, ListKeepout, Double, Double, NestingConfig, String) Constructor
Initializes a new instance of the
INesting class
Namespace: PCBI_PanelBuilderNesting.APIAssembly: PCBI.Nesting_Library (in PCBI.Nesting_Library.dll) Version: 17.0.0.0 (17.0.0.0)
public INesting(
Dictionary<Tuple<string, ISurfaceSpecificsD, PointD>, int> ListStepsWithCount,
List<Keepout> keepouts,
double binWidth,
double binHeight,
NestingConfig config,
string loggingPath
)
Public Sub New (
ListStepsWithCount As Dictionary(Of Tuple(Of String, ISurfaceSpecificsD, PointD), Integer),
keepouts As List(Of Keepout),
binWidth As Double,
binHeight As Double,
config As NestingConfig,
loggingPath As String
)
public:
INesting(
Dictionary<Tuple<String^, ISurfaceSpecificsD^, PointD>^, int>^ ListStepsWithCount,
List<Keepout^>^ keepouts,
double binWidth,
double binHeight,
NestingConfig^ config,
String^ loggingPath
)
new :
ListStepsWithCount : Dictionary<Tuple<string, ISurfaceSpecificsD, PointD>, int> *
keepouts : List<Keepout> *
binWidth : float *
binHeight : float *
config : NestingConfig *
loggingPath : string -> INesting
Parameters
- ListStepsWithCount DictionaryTupleString, ISurfaceSpecificsD, PointD, Int32
-
- keepouts ListKeepout
-
- binWidth Double
-
- binHeight Double
-
- config NestingConfig
-
- loggingPath String
-