コード例 #1
0
		public static Vector3D[] GetVectorArray(this Dictionary<string, string> dict, string name)
		{
			return Util.BoundaryPointsToVectorCollection(dict.GetString(name));
		}
コード例 #2
0
		public static Vector3D GetVector3D(this Dictionary<string, string> dict, string posName)
		{
			return Util.POSToVector3D(dict.GetString(posName));
		}