IBomPlankEditable interface
板件数据结构
Signature:
interface IBomPlankEditable<H = IBomPlankHoleEditable, G = IBomPlankGrooveEditable, AttrValueType = string> extends IBomPlankModelId, AugmentedRequired<IBomMetaInfo, 'name' | 'code'>, IBomCategoryAttr<AttrValueType>, IBomPlankRelation, IBomRoomMetaInfo
Links: interface IBomPlankEditable<H = IBomPlankHoleEditable, G = IBomPlankGrooveEditable, AttrValueType = string> extends IBomPlankModelId, AugmentedRequired<IBomMetaInfo, 'name' | 'code'>, IBomCategoryAttr<AttrValueType>, IBomPlankRelation, IBomRoomMetaInfo
Extends: IBomPlankModelId, AugmentedRequired<IBomMetaInfo, 'name' | 'code'>, IBomCategoryAttr<AttrValueType>, IBomPlankRelation, IBomRoomMetaInfo
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
string | (Optional) 板件反面编码 | ||
string | (Optional) 反面材质 | ||
string | 基材 | ||
string | (Optional) 门板类型 当板件类型为门板时,需要传此字段 | ||
number[] | (Optional) 封边信息,与 Profile 中的每条边一一对应。如果 Profile 为空,则与矩形版 1,2,3,4 四条边一一对应 | ||
(Optional) 板件边信息 | |||
number | (Optional) 成品高度 单位:毫米 | ||
(Optional) 成品板件轮廓,如果为空,则代表矩形板件 | |||
number | (Optional) 成品宽度 单位:毫米 | ||
(Optional) 板件四个方向边信息 | |||
[number, number, number, number] | (Optional) 四个方向上的封边值 | ||
string | (Optional) 正面材质 | ||
G[] | (Optional) 槽 | ||
number[] | (Optional) 铰链位置 | ||
H[] | (Optional) 孔 | ||
(Optional) 成品内轮廓 | |||
string | 材质 | ||
(Optional) 当为门板时,需要传此字段 开门方向 | |||
板件类型 | |||
string | (Optional) 产品Id,当不传产品ID时,将会从modelId中查询到对应的productId进行补全 | ||
number | (Optional) 靠挡边index(板件方向边所在的index),从 0 到 3 | ||
string | (Optional) 表面工艺 | ||
string | (Optional) 纹理 | ||
(Optional) 纹理方向;枚举值 HORIZONTAL 水平 VERTICAL 垂直 NONE 无 | |||
number | 厚度 单位:毫米 |