Package | Description |
---|---|
eu.printingin3d.javascad.tranform | |
eu.printingin3d.javascad.tranzitions | |
eu.printingin3d.javascad.tranzitions.slicer |
Modifier and Type | Method and Description |
---|---|
static ITransformation |
TransformationFactory.getMirrorMatrix(Direction direction)
Returns with a transformation representing a mirror on the given direction.
|
Modifier and Type | Method and Description |
---|---|
static Direction |
Direction.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Direction[] |
Direction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
Slicer(Abstract3dModel model,
Direction direction,
double lowRate,
double highRate)
Slices the given model in the given direction.
|
Slicer(Abstract3dModel model,
Direction direction,
int piece,
int index)
Slices the given model in the given direction.
|
Modifier and Type | Method and Description |
---|---|
static Abstract3dModel |
CoverFactory.createCover(Abstract3dModel model,
Direction direction,
double sizeRate,
boolean lower)
Create a helper object to be used.
|
Copyright © 2014–2020, Printing in 3D. All rights reserved.