Format of Real Cut 1D files

Format of the Real Cut 1D files is open and can be used by others for integration with their programs / systems.

Parts, stock, settings and results can be saved/loaded in/from XML files which is the default format of the Real Cut 1D.

Main structure of the XML files is the following:

Note that some files contain only partial information from this structure. For instance when working with parts only the contents of the part tag is saved.

<?xml version="1.0"?>
<data>
	<parts>
		<row>
		...
		</row>
		...
	</parts>
	<stock>
		<row>
		...
		</row>
		...
	</stock>
	<technical_parameters>
		<linear>
		...
		</linear>
	</technical_parameters>
	<results>
		<linear>
			<bar>
			...
			</bar>
			...
		</linear>
	</results>
</data> 


Links

back to index

Real Cut 1D

Optimal Programs main website