跳到主要内容

IIEngravingMachineCuttingResultResponseNestingItem interface

Signature:

interface IIEngravingMachineCuttingResultResponseNestingItem 

Properties

Property

Modifiers

Type

Description

flip_x

number

小板是否沿x轴翻转,取值0或1,0表示不翻转,1表示翻转 Minimum value : 0 Maximum value : 1 Example : 0

flip_y

number

小板是否沿y轴翻转,取值0或1,0表示不翻转,1表示翻转 Minimum value : 0 Maximum value : 1 Example : 0

item_angle

number

小板旋转角度 Example : 90

item_name

string

小板名全程 Length : 1 - 256 Example : "item_1"

vertices

Array<[number, number]>

矩形轮廓的点集,点集逆时针顺序 Example : [ [ 0, 0 ], [ 433, 0 ], [ 433, 2337 ], [ 0, 2337 ] ]