Is there documentation about the details of the .c2d file format? It appears to be a “json” file with some extra things after the last “}”. The “json” part is readable, but I’m having a hard time understanding some of its fields.
I want to generate my own .c2d files based on mathematically derived shapes, but am having trouble understanding what point-types and smooth values mean (among other things). I could generate my designs as .svg files, then import them in Carbide Create, but I would like to go back and forth between my programs and editing the files in Carbide Create.
Can anyone fill me in on some of the details of the .c2d file format?