剖面分析类,支持地形和模型

Profile

const positions: Cartesian3[] = [...];
const analyser = new Profile(viewer);
analyser.analyse(positions, { type: state.type, interval: state.interval }).then(res => {
const { category, positions } = res;
})

Constructors

Properties

Methods

Constructors

Properties

interval: number = 50

采样间隔

剖面类型

Profile

Methods