Constructor and Description |
---|
Consts()
Constructs default constants with $fs = 0.25 and $fa = 6.
|
Consts(double fs,
int fa)
Constructs a constant with the given fs and fa values.
|
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.
|
public Consts()
public Consts(double fs, int fa)
fs
- angle in mmfa
- angle in degreespublic SCAD toScad(IColorGenerationContext context)
IModel
public CSG toCSG(FacetGenerationContext context)
IModel
Copyright © 2014–2020, Printing in 3D. All rights reserved.