using System;
using System.Collections.Generic;
using System.Drawing;
using System.Linq;
using System.Text;
using IStation.Bimface;
namespace IStation.Model.Bimface
{
///
/// Bimface自定义视角
///
public class CustomCameraStatus3d : CustomLayer
{
///
/// 视角
///
public CameraStatus3d CameraStatus3d { get; set; }
///
/// 关键帧(拓展功能)
///
public KeyFrame KeyFrame { get; set; }
///
/// 缩略图
///
public string ThumbnailImage { get; set; }
}
}