ModelEditorToolbarConfig

类:房间编辑器工具条配置项

Constructor

new Glodon.Bimface.Plugins.ModelEditor.ModelEditorToolbarConfig()

构造房间编辑器工具条配置项

Members

NameTypeDescription
appString

WebApplication3D对象,选填

buttonVisibilityString

编辑启用状态,默认为{translate:true,rotate:true,scale:true}

idsArray

参与编辑的对象ID列表,Viewer3D下传入modelId列表;ViewerGIS下传入layerId列表(不支持地图/地形)

layerIdString

图层ID,仅在ViewerGIS下生效,不可传地图、地形的图层ID

modelIdString

模型ID,仅在Viewer3D下生效

rotationControllerObject

旋转轴禁用状态,设置是否开启绕某轴的旋转。默认为{X:true,Y:true,Z:true}

scaleControllerObject

缩放禁用状态,设置是否开启等比缩放或某轴的轴向缩放。默认为{Uniform:true,X:true,Y:true,Z:true}

translationControllerObject

平移轴禁用状态,设置是否开启沿某轴的旋转。默认为{X:true,Y:true,Z:true}

viewerGlodon.Bimface.Viewer.Viewer3D | Glodon.Bimface.Viewer.ViewerGIS

Viewer对象,必填项