public CubePatternFaceModel(
     PaternStickerTypes face52, PaternStickerTypes face60, PaternStickerTypes face_7,
     PaternStickerTypes face15, PaternStickerTypes face00, PaternStickerTypes face22,
     PaternStickerTypes face30, PaternStickerTypes face37, PaternStickerTypes face45
     )
 {
     this.Face52 = face52;
     this.Face60 = face60;
     this.Face07 = face_7;
     this.Face15 = face15;
     this.Face00 = face00;
     this.Face22 = face22;
     this.Face30 = face30;
     this.Face37 = face37;
     this.Face45 = face45;
 }
Example #2
0
        public CubePatternModel(
            PaternStickerTypes north52, PaternStickerTypes north60, PaternStickerTypes north7,
            PaternStickerTypes north15, PaternStickerTypes north0, PaternStickerTypes north22,
            PaternStickerTypes north30, PaternStickerTypes north37, PaternStickerTypes north45,

            PaternStickerTypes south52, PaternStickerTypes south60, PaternStickerTypes south7,
            PaternStickerTypes south15, PaternStickerTypes south0, PaternStickerTypes south22,
            PaternStickerTypes south30, PaternStickerTypes south37, PaternStickerTypes south45,

            PaternStickerTypes east52, PaternStickerTypes east60, PaternStickerTypes east7,
            PaternStickerTypes east15, PaternStickerTypes east0, PaternStickerTypes east22,
            PaternStickerTypes east30, PaternStickerTypes east37, PaternStickerTypes east45,

            PaternStickerTypes west52, PaternStickerTypes west60, PaternStickerTypes west7,
            PaternStickerTypes west15, PaternStickerTypes west0, PaternStickerTypes west22,
            PaternStickerTypes west30, PaternStickerTypes west37, PaternStickerTypes west45,

            PaternStickerTypes front52, PaternStickerTypes front60, PaternStickerTypes front7,
            PaternStickerTypes front15, PaternStickerTypes front0, PaternStickerTypes front22,
            PaternStickerTypes front30, PaternStickerTypes front37, PaternStickerTypes front45,

            PaternStickerTypes back52, PaternStickerTypes back60, PaternStickerTypes back7,
            PaternStickerTypes back15, PaternStickerTypes back0, PaternStickerTypes back22,
            PaternStickerTypes back30, PaternStickerTypes back37, PaternStickerTypes back45
            )
        {
            this.North52 = north52;
            this.North60 = north60;
            this.North07 = north7;
            this.North15 = north15;
            this.North00 = north0;
            this.North22 = north22;
            this.North30 = north30;
            this.North37 = north37;
            this.North45 = north45;

            this.South52 = south52;
            this.South60 = south60;
            this.South07 = south7;
            this.South15 = south15;
            this.South00 = south0;
            this.South22 = south22;
            this.South30 = south30;
            this.South37 = south37;
            this.South45 = south45;

            this.East52 = east52;
            this.East60 = east60;
            this.East07 = east7;
            this.East15 = east15;
            this.East00 = east0;
            this.East22 = east22;
            this.East30 = east30;
            this.East37 = east37;
            this.East45 = east45;

            this.West52 = west52;
            this.West60 = west60;
            this.West07 = west7;
            this.West15 = west15;
            this.West00 = west0;
            this.West22 = west22;
            this.West30 = west30;
            this.West37 = west37;
            this.West45 = west45;

            this.Front52 = front52;
            this.Front60 = front60;
            this.Front07 = front7;
            this.Front15 = front15;
            this.Front00 = front0;
            this.Front22 = front22;
            this.Front30 = front30;
            this.Front37 = front37;
            this.Front45 = front45;

            this.East52 = back52;
            this.East60 = back60;
            this.East07 = back7;
            this.East15 = back15;
            this.East00 = back0;
            this.East22 = back22;
            this.East30 = back30;
            this.East37 = back37;
            this.East45 = back45;
        }