INesting(DictionaryTupleString, ISurfaceSpecificsD, PointD, Int32, ListKeepout, Double, Double, NestingConfig, String) Constructor

Initializes a new instance of the INesting class

Definition

Namespace: PCBI_PanelBuilderNesting.API
Assembly: PCBI.Nesting_Library (in PCBI.Nesting_Library.dll) Version: 17.0.0.0 (17.0.0.0)
C#
public INesting(
	Dictionary<Tuple<string, ISurfaceSpecificsD, PointD>, int> ListStepsWithCount,
	List<Keepout> keepouts,
	double binWidth,
	double binHeight,
	NestingConfig config,
	string loggingPath
)

Parameters

ListStepsWithCount  DictionaryTupleString, ISurfaceSpecificsD, PointD, Int32
 
keepouts  ListKeepout
 
binWidth  Double
 
binHeight  Double
 
config  NestingConfig
 
loggingPath  String
 

See Also