户型图入户门

interface FloorplanServerEntrance {
    floor_index: number;
    north_rad: number;
    position: FloorplanServerPosition;
    position_in_image: FloorplanServerImagePosition;
    rad: number;
    room_id: string;
}

Properties

floor_index: number

入户门所楼层

north_rad: number

入户门与北的朝向

入户门所在的位置「户型图坐标系」

position_in_image: FloorplanServerImagePosition

入户门在户型图上相对坐标

rad: number

入户门角度

room_id: string

入户门所在房间 ID