sclass G22MeshMapping(G22Mesh mesh1, G22Mesh mesh2) { delegate Anchor, Curve to G22Mesh. // For both maps: keys are from mesh1, values are from mesh2 new BijectiveMap anchorMapping; new BijectiveMap curveMapping; }