public OuterFarSurfaceGenerator(PlateGeneratorContext context)
 {
     Context = context;
 }
 public PlateSegment2dGenerator(PlateGeneratorContext context)
 {
     Context = context;
 }
Exemple #3
0
 public Surface2dGenerator(PlateGeneratorContext context)
 {
     Context = context;
 }
 public SpindelSurfaceGenerator(PlateGeneratorContext context)
 {
     Context = context;
 }