Modifier and Type | Class and Description |
---|---|
class |
ColorHandlingContext
The default implementation of the
IColorGenerationContext interface. |
Modifier and Type | Field and Description |
---|---|
static IColorGenerationContext |
ColorHandlingContext.DEFAULT
The default color handling context.
|
protected IColorGenerationContext |
ColorHandlingContext.parent |
Modifier and Type | Method and Description |
---|---|
IColorGenerationContext |
IColorGenerationContext.applyTag(int tag)
Applying the tag and returns with a new object based on that.
|
IColorGenerationContext |
ColorHandlingContext.applyTag(int tag) |
Constructor and Description |
---|
ColorHandlingContext(ITagColors tagColors,
IColorGenerationContext parent,
int tag) |
Modifier and Type | Method and Description |
---|---|
protected SCAD |
Support.innerToScad(IColorGenerationContext context) |
protected SCAD |
Sphere.innerToScad(IColorGenerationContext context) |
protected SCAD |
Ring.innerToScad(IColorGenerationContext context) |
protected SCAD |
Prism.innerToScad(IColorGenerationContext context) |
protected SCAD |
Polyhedron.innerToScad(IColorGenerationContext context) |
protected SCAD |
LinearExtrude.innerToScad(IColorGenerationContext context) |
protected SCAD |
Import.innerToScad(IColorGenerationContext context) |
protected SCAD |
Extendable3dModel.innerToScad(IColorGenerationContext context) |
protected SCAD |
Empty3dModel.innerToScad(IColorGenerationContext context) |
protected SCAD |
Cylinder.innerToScad(IColorGenerationContext context) |
protected SCAD |
Cube.innerToScad(IColorGenerationContext context) |
protected SCAD |
BoundedModel.innerToScad(IColorGenerationContext context) |
protected abstract SCAD |
Abstract3dModel.innerToScad(IColorGenerationContext context)
Generates the OpenSCAD representation of the model without.
|
SCAD |
IModel.toScad(IColorGenerationContext context)
Renders this model and returns with the generated OpenSCAD code.
|
SCAD |
Abstract3dModel.toScad(IColorGenerationContext context) |
Modifier and Type | Method and Description |
---|---|
protected SCAD |
Text.innerToScad(IColorGenerationContext context) |
protected SCAD |
Square.innerToScad(IColorGenerationContext context) |
protected SCAD |
RoundedSquare.innerToScad(IColorGenerationContext context) |
protected SCAD |
Polygon.innerToScad(IColorGenerationContext context) |
protected SCAD |
Circle.innerToScad(IColorGenerationContext context) |
protected abstract SCAD |
Abstract2dModel.innerToScad(IColorGenerationContext context)
Generates the OpenSCAD representation of the model without.
|
SCAD |
Abstract2dModel.toScad(IColorGenerationContext context)
Renders this model and returns with the generated OpenSCAD code.
|
Modifier and Type | Method and Description |
---|---|
SCAD |
Consts.toScad(IColorGenerationContext context) |
Modifier and Type | Method and Description |
---|---|
protected SCAD |
Union.innerToScad(IColorGenerationContext context) |
protected SCAD |
Translate.innerToScad(IColorGenerationContext context) |
protected SCAD |
Slicer.innerToScad(IColorGenerationContext context) |
protected SCAD |
Scale.innerToScad(IColorGenerationContext context) |
protected SCAD |
Rotate.innerToScad(IColorGenerationContext context) |
protected SCAD |
Mirror.innerToScad(IColorGenerationContext context) |
protected SCAD |
Intersection.innerToScad(IColorGenerationContext context) |
protected SCAD |
Hull.innerToScad(IColorGenerationContext context) |
protected SCAD |
Difference.innerToScad(IColorGenerationContext context) |
protected SCAD |
Colorize.innerToScad(IColorGenerationContext context) |
Modifier and Type | Method and Description |
---|---|
protected SCAD |
Union.innerToScad(IColorGenerationContext context) |
protected SCAD |
Translate.innerToScad(IColorGenerationContext context) |
Modifier and Type | Method and Description |
---|---|
IColorGenerationContext |
IScadFile.getContext()
The context which will be used during the generation process.
|
Modifier and Type | Method and Description |
---|---|
SaveScadFiles |
SaveScadFiles.addModel(String fileName,
IModel model,
IColorGenerationContext context)
Adds a SCAD file with the given file name and the given model.
|
SaveScadFiles |
SaveScadFiles.addModelProvider(IModelProvider provider,
IColorGenerationContext context)
Adds a model provider with the given color context.
|
SaveScadFiles |
SaveScadFiles.addModels(String fileName,
Collection<IModel> models,
IColorGenerationContext context)
Adds a SCAD file with the given file name and the given model list.
|
void |
ModelToFile.saveToFile(IColorGenerationContext context)
Saves the models to the file.
|
Modifier and Type | Class and Description |
---|---|
class |
FacetGenerationContext
Generation context for the CSG rendering.
|
Copyright © 2014–2020, Printing in 3D. All rights reserved.