@veeroute/lss-packer-angular
Version:
OpenAPI client for @veeroute/lss-packer-angular
28 lines (27 loc) • 623 B
TypeScript
/**
* VRt.Packer [PC]
*
* The version of the OpenAPI document: 7.18.2755
* Contact: servicedesk@veeroute.com
*
* NOTE: This class is auto generated by OpenAPI Generator.
* Do not edit the class manually.
*/
/**
* Local [coordinates](#section/Description/Coordinate-system).
*/
export interface CoordinatesPacker {
[key: string]: any | any;
/**
* Local coordinate along the X axis, in millimeters.
*/
x: number;
/**
* Local coordinate along the Y axis, in millimeters.
*/
y: number;
/**
* Local coordinate along the Z axis, in millimeters.
*/
z: number;
}