示例#1
0
 public PolyhedronFeature(PolyhedronFeatureType type, int index, float x)
 {
     Type  = type;
     Index = index;
     X     = x;
 }
		public PolyhedronFeature(PolyhedronFeatureType type, int index, float x)
		{
			Type = type;
			Index = index;
			X = x;
		}