namespace SM.OGL.Mesh { public interface ILineMesh { float LineWidth { get; set; } } }