Package | Description |
---|---|
eu.printingin3d.javascad.models | |
eu.printingin3d.javascad.models2d | |
eu.printingin3d.javascad.tranzitions2d |
Constructor and Description |
---|
LinearExtrude(Abstract2dModel model,
double height,
Angle twist)
Constructs a 3D object based on the given parameters.
|
LinearExtrude(Abstract2dModel model,
double height,
Angle twist,
double scale)
Constructs a 3D object based on the given parameters.
|
Ring(double radius,
Abstract2dModel model)
Deprecated.
use the constructor with the Radius parameter instead
|
Ring(Radius radius,
Abstract2dModel model)
Creates the ring with the given parameters.
|
Modifier and Type | Class and Description |
---|---|
class |
Circle
Represents a 2D circle.
|
class |
Polygon
Represents a 2D polygon.
|
class |
RoundedSquare
Represents a 2D rounded square - the corners of the square will be rounded by the given radius.
|
class |
Square
Represents a 2D square object.
|
class |
Text |
Modifier and Type | Method and Description |
---|---|
Abstract2dModel |
Text.move(Coords2d delta) |
Abstract2dModel |
Square.move(Coords2d delta) |
Abstract2dModel |
RoundedSquare.move(Coords2d delta) |
Abstract2dModel |
Polygon.move(Coords2d delta) |
Abstract2dModel |
Circle.move(Coords2d delta) |
abstract Abstract2dModel |
Abstract2dModel.move(Coords2d delta)
Moves this object by the given coordinates.
|
Modifier and Type | Class and Description |
---|---|
class |
Translate
This represents a move transition, but used rarely, because the convenient
methods of
Abstract2dModel replace it most of the time. |
class |
Union
Represents an union of models.
|
Modifier and Type | Method and Description |
---|---|
Abstract2dModel |
Union.move(Coords2d delta) |
Abstract2dModel |
Translate.move(Coords2d delta) |
Constructor and Description |
---|
Translate(Abstract2dModel model,
Coords2d move)
Creates a move operation.
|
Constructor and Description |
---|
Union(List<Abstract2dModel> models)
Instantiates a new Union object.
|
Copyright © 2014–2020, Printing in 3D. All rights reserved.