public interface IModel
Modifier and Type | Method and Description |
---|---|
CSG |
toCSG(FacetGenerationContext context)
Renders this model to its CSG interpretation.
|
SCAD |
toScad(IColorGenerationContext context)
Renders this model and returns with the generated OpenSCAD code.
|
SCAD toScad(IColorGenerationContext context)
context
- the color context to be used for the generationCSG toCSG(FacetGenerationContext context)
context
- the context to be used during the generation process.Copyright © 2014–2020, Printing in 3D. All rights reserved.