UNPKG

@inweb/viewer-visualize

Version:

JavaScript library for rendering CAD and BIM files in a browser using VisualizeJS

5 lines (4 loc) 295 B
import { Model, File, Assembly } from "@inweb/client"; import { Viewer } from "../Viewer"; export declare const composeMatrixFromTransform: (transform: any, modelCenter: any, visLib: any) => any; export declare function applyModelTransform(viewer: Viewer, model: Model | File | Assembly): void;