namespace Pilz.S3DFileParser { public class UV { public float U { get; set; } = 0f; public float V { get; set; } = 0f; } }