# PipeClipFaceAnalysis
创建管线剖面分析
let tileSetAssets = [
"http://172.16.67.50:8082/SDK/demo/data/max-piping-hf/tileset.json",
];
let pipeClipFaceAnalysis = new GeowayGlobe.PipeClipFaceAnalysis({
tileSetAssets,
viewer,
});
1
2
3
4
5
6
7
2
3
4
5
6
7
# PipeClipFaceAnalysis options 构造属性
| 属性 | 说明 | 类型 | 默认值 |
|---|---|---|---|
| viewer | 地球实例 | Object | viewer |
| tileSetAssets | 管线模型地址 | String | viewer |
