gs-json
Version:
gs-JSON is a domain agnostic unifying 3D file format for geometric and semantic modelling (hence the 'gs').
14 lines (13 loc) • 374 B
TypeScript
import * as gs from "../../gs-json";
/**
* Write a file.
*/
export declare function writeTextFile(data: any, filename: string): boolean;
/**
* Write a file.
*/
export declare function writeThreeToJSONFile(data: any, filename: string): boolean;
/**
* Write a file.
*/
export declare function writeGsToJSONFile(model: gs.IModel, filename: string): boolean;