跳到主要内容

IPreviewPlankDrawingOption 类型

declare type IPreviewPlankDrawingOption = Pick<IBomPlankEditable<Partial<IBomPlankHoleWithId> & IBomPlankHoleEditable, Partial<IBomPlankGrooveWithId> & IBomPlankGrooveEditable, any>, 'thickness' | 'textureDirection' | 'finishedWidth' | 'finishedHeight' | 'finishedProfile' | 'holes' | 'grooves' | 'inners'> & {
modelId?: string;
orderId?: string;
};

预览板件图纸 @vm-type UnknownType

引用: IBomPlankEditable, IBomPlankHoleWithId, IBomPlankHoleEditable, IBomPlankGrooveWithId, IBomPlankGrooveEditable