IDP.Integration.Bom.arrangePlanksAsync() function
将一块板件排版到一块大板
Signature:
function arrangePlanksAsync(option: {
layouts: BomPlankLayoutArrange[];
}): Promise<{
layoutIds: string[];
}>;
Links: function arrangePlanksAsync(option: { layouts: BomPlankLayoutArrange[]; }): Promise<{ layoutIds: string[]; }>;
Parameters
Parameter | Type | Description |
---|---|---|
option | { layouts: BomPlankLayoutArrange[]; } | 排版信息配置 @vm-type AsyncFunctionType |
Returns:
Promise<{ layoutIds: string[]; }>