IfcViewerApi.removeClippingPlane
简介: IfcViewerApi.removeClippingPlane方法用于删除裁剪平面。
方法原型: IfcViewerApi.removeClippingPlane(index: number)
参数介绍:
示例代码:
//删除第二个裁剪平面 viewerApi.removeClippingPlane(1);
注意事项: