Interface ExcavationOptions

开挖分析配置

interface ExcavationOptions {
    bottom?: string;
    depth?: number;
    interval?: number;
    positions?: Cartesian3[];
    showVolume?: boolean;
    side?: string;
    volume?: boolean;
}

Properties

bottom?: string

挖坑底部填充图片路径

depth?: number

开挖深度

interval?: number

开挖体积计算间隔

positions?: Cartesian3[]

分析位置

showVolume?: boolean

是否显示量化体积块

side?: string

挖坑边界填充图片路径

volume?: boolean

是否计算开挖体积