Skip to content

romainlaisne/2d-cut-optimization-input

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

2d cut optimization example (input for cut-api.xom)

Input example to be used with cut-api.com API

  {
	"payload": {
		"nb demand pieces": 2,
		"pieces": [{
			"length": 500,
			"with": 600,
			"canrotate": 1,
			"external_id": 0,
			"priority": 0
		}, {
			"length": 500,
			"with": 600,
			"canrotate": 1,
			"external_id": 1,
			"priority": 0
		}],
		"nb inventory pieces": 2,
		"inventory": [{
			"length": 2000,
			"width": 3000,
			"TrimTop": 0,
			"TrimLeft": 0,
			"TrimBottom": 0,
			"TrimRight": 0,
			"external_ID": 0,
			"priority": 0,
			"num_holes": 0
		}, {
			"length": 1000,
			"width": 3000,
			"TrimTop": 0,
			"TrimLeft": 0,
			"TrimBottom": 0,
			"TrimRight": 0,
			"external_ID": 1,
			"priority": 0,
			"num_holes": 0
		}]
	},
	"optimizationType": 0,
	"optimizationLevel": 0,
	"bladeThickness": 10
}
  </code>

About

Input example to be used with cut-api.com API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published