using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace IStation.Bimface { /// /// Normal /// public class CoordinateDouble3dVector :CoordinateDouble3d { /// /// 是否为矢量 /// public bool isVector { get; set; } } }