JavaScript SDK版本3.6.339

2026-04-29

移动端应用
  • 提升了移动端剖切功能的适配程度,支持在移动端基于控件进行剖切操作。
//构造剖切面配置项
let sectionPlaneConfig = new Glodon.Bimface.Plugins.Section.SectionPlaneConfig();
//开启移动端剖面控件
sectionPlaneConfig.enableMobileController = true;
sectionPlaneConfig.viewer = viewer3D;
//创建剖切面
let sectionPlane = new Glodon.Bimface.Plugins.Section.SectionPlane(sectionPlaneConfig);
sectionPlane.showPlane();
  • 修复了一些BUG。