IDP.Integration.Bom.arrangePlanksAsync() 函数
function arrangePlanksAsync(option: {
layouts: BomPlankLayoutArrange[];
}): Promise<{
layoutIds: string[];
}>;
将一块板件排版到一块大板
参数:
-
option: { layouts: BomPlankLayoutArrange[]; }排版信息配置
@vm-type AsyncFunctionType
返回值: Promise<{ layoutIds: string[]; }>