public OuterFarSurfaceGenerator(PlateGeneratorContext context)
 {
     Context = context;
 }
 public PlateSegment2dGenerator(PlateGeneratorContext context)
 {
     Context = context;
 }
Exemplo n.º 3
0
 public Surface2dGenerator(PlateGeneratorContext context)
 {
     Context = context;
 }
 public SpindelSurfaceGenerator(PlateGeneratorContext context)
 {
     Context = context;
 }