public OuterFarSurfaceGenerator(PlateGeneratorContext context)
 {
     Context = context;
 }
 public PlateSegment2dGenerator(PlateGeneratorContext context)
 {
     Context = context;
 }
Пример #3
0
 public Surface2dGenerator(PlateGeneratorContext context)
 {
     Context = context;
 }
 public SpindelSurfaceGenerator(PlateGeneratorContext context)
 {
     Context = context;
 }