Overview
适合哪些专业场景
- 地下空间和管线分析。
- 施工剖切和局部透视。
- 只保留关注区域、隐藏周边干扰。
Overview
Study Focus
Starter Code
tileset.clippingPolygons = new ClippingPolygonCollection({
polygons: [
new ClippingPolygon({
positions: Cartesian3.fromDegreesArray([
116.39, 39.90,
116.40, 39.90,
116.40, 39.91,
116.39, 39.91,
]),
}),
],
});Project Advice
Practice Flow
Good For
Pitfalls
Next