public static Vector3D[] GetVectorArray(this Dictionary<string, string> dict, string name) { return Util.BoundaryPointsToVectorCollection(dict.GetString(name)); }
public static Vector3D GetVector3D(this Dictionary<string, string> dict, string posName) { return Util.POSToVector3D(dict.GetString(posName)); }