WebApplicationRfa
类:族模型应用
Constructor
new Glodon.Bimface.Application.WebApplicationRfa(webApplicationRfaConfig)
构造族模型场景
Parameters:
| Name | Type | Description | 
|---|---|---|
| webApplicationRfaConfig | Glodon.Bimface.Application.WebApplicationRfaConfig | 配置选项  | 
Methods
addView(viewToken)
添加三维模型
Parameters:
| Name | Type | Description | 
|---|---|---|
| viewToken | String | 模型浏览凭证  | 
destroy()
销毁实例
getToolbar(name)
获取工具条
Parameters:
| Name | Type | Description | 
|---|---|---|
| name | String | 工具条名称  | 
Returns:
| Type | Description | 
|---|---|
| Object | 工具条对象  | 
getToolbars()
获取工具条
Returns:
| Type | Description | 
|---|---|
| Array | 工具条对象数组  | 
getViewer()
获取 Viewer3D 对象
Returns:
| Type | Description | 
|---|---|
| Glodon.Bimface.Viewer.Viewer3D | Viewer3D对象  | 
render(viewToken)
渲染三维模型
Parameters:
| Name | Type | Description | 
|---|---|---|
| viewToken | String | 模型浏览凭证  |