public OuterFarSurfaceGenerator(PlateGeneratorContext context) { Context = context; }
public PlateSegment2dGenerator(PlateGeneratorContext context) { Context = context; }
public Surface2dGenerator(PlateGeneratorContext context) { Context = context; }
public SpindelSurfaceGenerator(PlateGeneratorContext context) { Context = context; }