cuts optimizer
good morning with the entire community
For some time now, an app that I saw in Playstore CutList Optimizer caught my attention.
which I would like to incorporate into my app
I know that it must have algorithms that can allow me the best option in cutting plates
If anyone has an example or something like this I would appreciate it.
There has been a lot of activity in this area:
https://www.google.com/search?q=Cuts+optimizer+APP
Why would you need to write your own, when there are lots of pre-written solutions available?
Yes I have seen it and I work with this in 2 different windows that is why I would like to implement it within my materials requirement. The bad thing about this is that sometimes when changing windows, dimensions are lost and I start again
That is why I want to work everything in one window within my app.
Does one of these services have a web API you can call with the specifications, that can return JSON packaging of its results?
This API does
interesting
Someone worked it in a file (.aia) to guide me
How many different APIs have you coded for yet?
Which input schemes do you expect to code in the AI2 Designer to feed your favorite Cutting Plans?
How many weeks of work are you willing to put in as opposed to just taking a screen print of your windows?
I haven't coded any yet, that's why I asked, and if I would have all the time to learn it.
well that's what this forum is about
It will also be useful for others who want to learn about the topic.
Study these API samples to get started.
Here's a skeleton app proving AI2 can call their sandbox to run their sample queries.
I got a throwaway test account to their sandbox for free, no questions asked.
optiCutter_API_V1.aia (4.2 KB)
(added to FAQ)
What name do I find it under?
cuts optimizer
I am studying on the topic
I suppose this example is for consultation
If so, where would I put the dimensions?
sorry if I'm wrong
In the JSON text.
Currently it's hard wired into a long text block.
You could load that text block into a multiline text block for user editing by a knowledgeable user before submission.
This demo app is a go cart, not for highway use.