using System.Collections.Generic; namespace DeepNestLib { public class PlacementItem { public double? mergedLength; public object mergedSegments; public List> nfp; public int id; public NFP hull; public NFP hullsheet; public float rotation; public double x; public double y; public int source; } }