public class Circle extends Abstract2dModel
move| Constructor and Description |
|---|
Circle(double radius)
Deprecated.
use the constructor with Radius parameters instead of doubles
|
Circle(Radius radius)
Constructs the object using the given radius.
|
| Modifier and Type | Method and Description |
|---|---|
protected Collection<Area2d> |
getInnerPointCircle(FacetGenerationContext context) |
protected Boundaries2d |
getModelBoundaries() |
protected SCAD |
innerToScad(IColorGenerationContext context)
Generates the OpenSCAD representation of the model without.
|
Abstract2dModel |
move(Coords2d delta)
Moves this object by the given coordinates.
|
getBoundaries2d, getPointCircle, toScadpublic Circle(Radius radius)
radius - the radius of the circle@Deprecated public Circle(double radius)
radius - the radius of the circleprotected SCAD innerToScad(IColorGenerationContext context)
Abstract2dModelinnerToScad in class Abstract2dModelprotected Boundaries2d getModelBoundaries()
getModelBoundaries in class Abstract2dModelpublic Abstract2dModel move(Coords2d delta)
Abstract2dModelmove in class Abstract2dModeldelta - the coordinates used by the moveprotected Collection<Area2d> getInnerPointCircle(FacetGenerationContext context)
getInnerPointCircle in class Abstract2dModelCopyright © 2014–2020, Printing in 3D. All rights reserved.