Interface HeightResctrictionOptions

限高分析参数

HeightResctrictionOptions

interface HeightResctrictionOptions {
    baseHeight?: number;
    downColor?: string;
    extrudedHeight?: number;
    height?: number;
    upColor?: string;
}

Properties

baseHeight?: number

限高基准高度,默认10

HeightResctrictionOptions

downColor?: string

限高下部颜色,默认rgba(21, 170, 57, 0.7)

HeightResctrictionOptions

extrudedHeight?: number

限高上部高度,默认1000

HeightResctrictionOptions

height?: number

限高高度,默认10

HeightResctrictionOptions

upColor?: string

限高上部颜色,默认rgba(239, 78, 43, 0.7)

HeightResctrictionOptions