UNPKG

@xeokit/xeokit-sdk

Version:

3D BIM IFC Viewer SDK for AEC engineering applications. Open Source JavaScript Toolkit based on pure WebGL for top performance, real-world coordinates and full double precision

39 lines (37 loc) 1.18 kB
export * from "./AngleMeasurementsPlugin"; export * from "./AnnotationsPlugin"; export * from "./AxisGizmoPlugin"; export * from "./BCFViewpointsPlugin"; export * from "./CityJSONLoaderPlugin"; export * from "./CxConverterIFCLoaderPlugin"; export * from "./DistanceMeasurementsPlugin"; export * from "./DotBIMLoaderPlugin"; export * from "./FastNavPlugin"; export * from "./GLTFLoaderPlugin"; export * from "./IFCOpenShellLoaderPlugin"; export * from "./LASLoaderPlugin"; export * from "./NavCubePlugin"; export * from "./OBJLoaderPlugin"; export * from "./SectionPlanesPlugin"; export * from "./STLLoaderPlugin"; export * from "./StoreyViewsPlugin"; export * from "./TransformControl"; export * from "./TreeViewPlugin"; export * from "./ViewCullPlugin"; export * from "./XKTLoaderPlugin"; export * from "./WebIFCLoaderPlugin"; export * from "./XML3DLoaderPlugin"; export * from "./lib/ui"; export declare type ModelStats = { sourceFormat: string; schemaVersion: string; title: string; author: string; created: string; numMetaObjects: number; numPropertySets: number; numObjects: number; numGeometries: number; numTriangles: number; numVertices: number; };