private MathboxModel3D(Mathbox.Mesh model) { Model = model; }
static public bool TryGetModel(Mathbox.Mesh m, out MathboxModel3D model) { return(Lookup.TryGetValue(m, out model)); }