UNPKG

@plastichub/osr-cad

Version:

This is a CLI(CommandLineInterface) toolset to convert 3D files, using Solidworks and other software.

4 lines (3 loc) 236 B
import { SolidworkOptions } from '../types'; export declare function packFile(file: any, onNode: (data: any) => void, options: SolidworkOptions): Promise<any>; export declare function pack(options: SolidworkOptions): Promise<any[]>;