跳到主要内容

IPreviewStructureDrawingOption type

预览商品图纸 @vm-type UnknownType

Signature:

declare type IPreviewStructureDrawingOption = Pick<IBomStructureEditable<Partial<IBomPlankHoleWithId> & IBomPlankHoleEditable, Partial<IBomPlankGrooveWithId> & IBomPlankGrooveEditable>, 'length' | 'width' | 'thickness' | 'holes' | 'grooves' | 'textureDirection'> & {
modelId?: string;
orderId?: string;
};

Links: declare type IPreviewStructureDrawingOption = Pick<IBomStructureEditable<Partial<IBomPlankHoleWithId> & IBomPlankHoleEditable, Partial<IBomPlankGrooveWithId> & IBomPlankGrooveEditable>, 'length' | 'width' | 'thickness' | 'holes' | 'grooves' | 'textureDirection'> & { modelId?: string; orderId?: string; };

References: IBomStructureEditable, IBomPlankHoleWithId, IBomPlankHoleEditable, IBomPlankGrooveWithId, IBomPlankGrooveEditable