/**
* @constructor
*/
function XUIFanMonitor() {
}

XUIFanMonitor.prototype = {
    //事件
    /**
     * 数字风机页面环形进度条刷新
     * @eventname XUI_Gauge_Resize
     * @eventid 0x0000000016
     */
    /**
     * 开启按钮样式更改
     * @eventname XUI_On_Start
     * @eventid 0x0000000017
     */
    /**
     * 样式显示
     * @eventname XUI_Display_Block
     * @eventid 0x0000000018
     */
    /**
     * 样式隐藏
     * @eventname XUI_Display_None
     * @eventid 0x0000000019
     */

    //接口
    /**
    * 风机转页克隆
    */
    GLTFClone_zhuanye:function () {
    },

    /**
    * 风机主子克隆
    */
    GLTFClone_jizhu:function () {
    },

    /**
    * 地形1克隆
    */
    CloneGtlf_terrain_1:function () {
    },

    /**
    * 地形2克隆
    */
    changeCamera_3:function () {
    },

    /**
    * 改变视角1
    */
    changeCamera_1:function () {
    },

    /**
    * 改变视角2
    */
    changeCamera_2:function () {
    },

    /**
    * 开始旋转
    * @param {Boolean} bStart 是否开始旋转
    * @property {Boolean} Rotate true
    */
    startRotate:function (bStart) {
    },

    /**
    * 描边
    * @param {Object} obj
    */
    miaobian:function (obj) {
    },

    /**
    * 设置刷新显示
    * @param {Boolean} bShow
    * @property {Boolean} RenderShow true
    */
    SetRenderShow:function (bShow) {
    },

    /**
    * 设置视角
    * @param {Number} nIndex 下标
    * @property {Number} FanCamera 1
    */
    SetFanCamera:function (nIndex) {
    },

}