interface CamTubeNestingResult {
    inputLength: number;
    nestings: CamTubeNestingResultNesting[];
}

Properties

inputLength: number