Javascript API
BIMFACE的Javascript API有以下8个核心大类:
- Core
- Glodon.Bimface.Application
- Glodon.Bimface.Viewer
- Glodon.Bimface.Model
- Glodon.Bimface.Layer
- Glodon.Bimface.ElementManager
- Glodon.Bimface.Plugins
- Glodon.Web.Graphics
Core
| 类 |
描述 |
| BimfaceSDKLoader |
BIMFACE SDK 加载器 |
| BimfaceSDKLoaderConfig |
BIMFACE SDK 加载器配置 |
Glodon.Bimface.Application
| 类 |
描述 |
| WebApplication3D |
三维模型应用 |
| WebApplication3DConfig |
三维模型应用的配置项 |
| WebApplication3DEvent |
WebApplication3D的事件 |
| WebApplicationDrawing |
二维矢量图纸应用 |
| WebApplicationDrawingConfig |
二维矢量图纸应用配置项 |
| WebApplicationDrawingEvent |
WebApplicationDrawing的事件 |
| WebApplicationDrawingSet |
二维矢量图纸集应用 |
| WebApplicationDrawingSetConfig |
WebApplicationDrawingSet的配置 |
| WebApplicationDrawingSetEvent |
WebApplicationDrawingSet的事件 |
| WebApplicationGIS |
GIS场景应用 |
| WebApplicationGISConfig |
GIS场景应用的配置项 |
| WebApplicationGISEvent |
WebApplicationGIS的事件 |
| WebApplicationRfa |
族模型应用 |
| WebApplicationRfaConfig |
族模型应用配置项 |
Glodon.Bimface.Viewer
| 类 |
描述 |
| ViewerDrawing |
二维矢量图纸 |
| ViewerDrawingConfig |
图纸配置类 |
| ViewerDrawingEvent |
图纸事件 |
| ViewerDrawingSet |
二维矢量图纸集 |
| ViewerDrawingSetConfig |
图纸集配置项 |
| ViewerDrawingSetEvent |
图纸集事件 |
| Viewer3D |
操作三维场景的类 |
| Viewer3DConfig |
Viewer3D配置项 |
| Viewer3DEvent |
Viewer3D的事件 |
| ViewerGIS |
操作GIS场景的类 |
| ViewerGISConfig |
ViewerGIS配置项 |
| ViewerGISEvent |
ViewerGIS的事件 |
Glodon.Bimface.Model
Glodon.Bimface.Layer
| 类 |
描述 |
| BIMLayer |
BIM模型图层 |
| ExternalObjectLayer |
外部构件图层 |
| FeatureLayer |
SHP图层 |
| GroupLayer |
GroupLayer图层 |
| LayerManager |
图层管理器 |
| TerrainLayer |
地形图层 |
| TileLayer |
地图图层 |
| TilesetLayer |
倾斜摄影、点云数据图层 |
Glodon.Bimface.ElementManager
| 类 |
描述 |
| ComponentManager |
构件管理器 |
| LineFeatureManager |
线要素管理器 |
| PointFeatureManager |
点要素管理器 |
| PolygonFeatureManager |
面要素管理器 |
Glodon.Bimface.Plugins
| 类 |
描述 |
| Anchor |
三维锚点 |
| Animation |
动画 |
| Annotation |
批注 |
| Cluster |
聚合标签 |
| Drawable |
二维标签 |
| Effect |
效果 |
| ExternalObject |
外部构件 |
| Geometry |
几何 |
| Heatmap |
热力图 |
| Marker3D |
三维标签 |
| Material |
材质对象 |
| Measure |
测量 |
| ModelEditor |
模型编辑器 |
| NavigationMap |
导航地图 |
| ParticleSystem |
粒子特效 |
| Section |
剖切 |
| SkyBox |
天空盒 |
| TileMap |
地图 |
| Walkthrough |
路径漫游 |
| WeatherEffect |
天气特效 |
| Videos |
视频 |
Glodon.Web.Graphics