ApiCullBox

ApiCullBox

Api 剖切方法类

Constructor

new ApiCullBox(options)

Parameters:
Name Type Description
options object

配置参数

Classes

ApiCullBox

Members

(static) 打开场景剖切盒

Example
renderViewer.ws.api.cullbox.openSceneCullBox()

(static) 重置场景剖切盒

Example
renderViewer.ws.api.cullbox.resetSceneCullBox()

(static) 关闭场景剖切盒

Example
renderViewer.ws.api.cullbox.closeSceneCullBox()

(static) 打开轴向剖切

Example
renderViewer.ws.api.cullbox.openAxisCull(-1, 1, -1, 1, -1, 1)

(static) 调整剖切盒位置

Example
renderViewer.ws.api.cullbox.changeCullAxisPosition(-1, 1, -1, 1, -1, 1)

(static) 剖切选中的构件

Example
renderViewer.ws.api.cullbox.cullComponent()

(static) 恢复被剖切的构件

Example
renderViewer.ws.api.cullbox.recoverCulledComponent()