SectionPlaneConfig
类:剖切面配置项
Constructor
new Glodon.Bimface.Plugins.Section.SectionPlaneConfig()
构造剖切面配置项
Members
Name | Type | Description |
---|---|---|
direction | Glodon.Bimface.Plugins.Section.SectionPlaneDirection | 剖切面方向,默认为forward |
enableSnap | Boolean | 是否开启捕捉剖切面的轮廓线和点 |
filter | Array | 剖切的筛选条件。在Viewer3D下,由modelId、objectIds或objectData构成的对象组成的数组;在ViewerGIS下,由layerId、objectIds或objectData构成的对象组成的数组。 |
isHatchEnabled | Boolean | 是否开启补面填充,默认为true |
plane | Glodon.Bimface.Plugins.Section.SectionPlanePlane | 剖切面类型,默认垂直于X轴 |
progress | Number | 剖切进度,默认为50 |
viewer | Glodon.Bimface.Viewer.Viewer3D | Glodon.Bimface.Viewer.ViewerGIS | Viewer3D或ViewerGIS对象,必填 |