IDP.Integration.Bom.Plank.createHolesAsync() 函数
function createHolesAsync(option: {
holes: Array<BomPlankHoleEditable & BoomPlankWithId>;
}): Promise<void>;
板面上,创建孔
参数:
option: { holes: Array<BomPlankHoleEditable & BoomPlankWithId>; }
返回值: Promise<void>