IDP.Integration.Bom.Plank.createHolesAsync() function
板面上,创建孔
Signature:
function createHolesAsync(option: {
holes: Array<BomPlankHoleEditable & BoomPlankWithId>;
}): Promise<void>;
Links: function createHolesAsync(option: { holes: Array<BomPlankHoleEditable & BoomPlankWithId>; }): Promise<void>;
Parameters
Parameter | Type | Description |
---|---|---|
option | { holes: Array<BomPlankHoleEditable & BoomPlankWithId>; } |
Returns:
Promise<void>