PilotGaea 3D O'view
    正在準備搜尋索引...

    自畫地下管線圖素參數。

    interface Parameter {
        geo: GeoPolyline;
        color: window.ov.Color;
        width: number;
        height: number;
        absHeight: boolean;
        useLight: boolean;
        image: string;
        xFractionSpeed: number;
        yFractionSpeed: number;
        epsg: number;
    }
    索引

    屬性

    管線幾何,Z是地表到管線中心,而台灣管線一般埋深的定義是指地表到管頂。

    color: window.ov.Color

    管線顏色。

    width: number

    管徑寬度。

    height: number

    管徑高度,若為0則為圓管。

    absHeight: boolean

    是否為絕對高。

    useLight: boolean

    是否使用光照。

    image: string

    管線紋理url。

    xFractionSpeed: number

    紋理x方向偏移速度。

    yFractionSpeed: number

    紋理y方向偏移速度。

    epsg: number

    幾何EPSG。