public class Support extends Atomic3dModel
Represents support material to hold the above objects. This helps when the object cannot be printed without support, but the slicer software cannot handle support material.
The resulting object is a thin continuous line which fills the given block.
| Constructor and Description |
|---|
Support(Dims3d dims,
double thickness)
Creates a support object.
|
| Modifier and Type | Method and Description |
|---|---|
protected Boundaries3d |
getModelBoundaries() |
protected Abstract3dModel |
innerCloneModel() |
protected SCAD |
innerToScad(IColorGenerationContext context)
Generates the OpenSCAD representation of the model without.
|
protected CSG |
toInnerCSG(FacetGenerationContext context) |
getChildrenModels, innerSubModel, isPrimitiveaddModel, addModelTo, align, align, align, align, align, annotate, background, cloneModel, debug, findAnnotatedModel, getBoundaries, getTag, isBackground, isDebug, isMoved, isRotated, move, moves, moves, moves, moves, rotate, rotates, rotates, round, subModel, subtractModel, toCSG, toCSG, toScad, withTagpublic Support(Dims3d dims, double thickness)
dims - the dimensions of the support objectthickness - the thickness of the wall to be used when creating the objectprotected Abstract3dModel innerCloneModel()
innerCloneModel in class Abstract3dModelprotected SCAD innerToScad(IColorGenerationContext context)
Abstract3dModelinnerToScad in class Abstract3dModelprotected Boundaries3d getModelBoundaries()
getModelBoundaries in class Abstract3dModelprotected CSG toInnerCSG(FacetGenerationContext context)
toInnerCSG in class Abstract3dModelCopyright © 2014–2020, Printing in 3D. All rights reserved.