@plastichub/osr-cad
Version:
This is a CLI(CommandLineInterface) toolset to convert 3D files, using Solidworks and other software.
10 lines (9 loc) • 391 B
TypeScript
export * from './log';
export * from './types';
export * from './cad/sw-lib';
export * from './_cli';
export * from './sw_argv';
export * from './lib/geometry/dxf';
export declare const logger: import("@plastichub/core/debug").Logger;
import { IObjectLiteral } from "@plastichub/core";
export declare const substitute: (alt: boolean, template: string, vars: IObjectLiteral) => any;