Exemple #1
0
 public Cylinder1X1()
 {
     Width   = 50;
     Height  = 25;
     Strands = 1;
     CreateMapping(panels);
     SupportedStrands.Add(1);
 }
Exemple #2
0
 public Flat960()
 {
     Width   = 60;
     Height  = 16;
     Strands = 1;
     SupportedStrands.Add(1);
     SupportedStrands.Add(2);
 }
        public Cylinder10K()
        {
            //Width = 200;
            //Height = 25;
            //Strands = 1;

            Width   = 200;
            Height  = 50;
            Strands = 4;
            SupportedStrands.Add(1);
            SupportedStrands.Add(2);
            SupportedStrands.Add(4);
            SupportedStrands.Add(8);
        }