Package | Description |
---|---|
eu.printingin3d.javascad.enums | |
eu.printingin3d.javascad.tranzitions |
Modifier and Type | Method and Description |
---|---|
AlignType |
AlignType.convertTo(boolean inside)
Return with the corresponding inside or outside alignment of this alignment type based on
the given parameter.
|
AlignType |
AlignType.convertToInside()
Return with the corresponding inside alignment of this alignment type.
|
AlignType |
AlignType.convertToOutside()
Return with the corresponding outside alignment of this alignment type.
|
AlignType |
Side.getAlignX()
Returns with the alignment on the x axis.
|
AlignType |
Side.getAlignY()
Returns with the alignment on the y axis.
|
AlignType |
Side.getAlignZ()
Returns with the alignment on the z axis.
|
static AlignType |
AlignType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AlignType[] |
AlignType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
Side(AlignType alignX,
AlignType alignY,
AlignType alignZ)
Constructs a side object with the given aligns on the X, Y and Z axis.
|
Modifier and Type | Method and Description |
---|---|
Abstract3dModel |
Direction.moveTo(Abstract3dModel model,
Abstract3dModel alignTo,
AlignType side)
Move the
model to the side of alignTo determined by this direction and the
given side . |
Copyright © 2014–2020, Printing in 3D. All rights reserved.