Package | Description |
---|---|
eu.printingin3d.javascad.coords | |
eu.printingin3d.javascad.enums | |
eu.printingin3d.javascad.models |
Modifier and Type | Method and Description |
---|---|
Coords3d |
Boundaries3d.getAlignedValue(Side side)
Returns with the coordinate of this boundary queried by the parameter.
|
Modifier and Type | Field and Description |
---|---|
static Side |
Side.BACK
|
static Side |
Side.BACK_IN
The back side of the model inside.
|
static Side |
Side.BACK_IN_CENTER
The inside back and center of the model.
|
static Side |
Side.BACK_OUT
The back side of the model outside.
|
static Side |
Side.BACK_OUT_CENTER
The outside back and center of the model.
|
static Side |
Side.BOTTOM
Deprecated.
Use
BOTTOM_IN or BOTTOM_OUT instead. |
static Side |
Side.BOTTOM_IN
The bottom of the model inside.
|
static Side |
Side.BOTTOM_IN_CENTER
The inside bottom and center of the model.
|
static Side |
Side.BOTTOM_OUT
The bottom of the model outside.
|
static Side |
Side.BOTTOM_OUT_CENTER
The outside bottom and center of the model.
|
static Side |
Side.CENTER
The center of the model.
|
static Side |
Side.FRONT
|
static Side |
Side.FRONT_IN
The front side of the model.
|
static Side |
Side.FRONT_IN_CENTER
The inside front and center of the model.
|
static Side |
Side.FRONT_OUT
The front side of the model.
|
static Side |
Side.FRONT_OUT_CENTER
The outside front and center of the model.
|
static Side |
Side.LEFT
|
static Side |
Side.LEFT_IN
The left side of the model.
|
static Side |
Side.LEFT_IN_CENTER
The inside left and center of the model.
|
static Side |
Side.LEFT_OUT
The left side of the model.
|
static Side |
Side.LEFT_OUT_CENTER
The outside left and center of the model.
|
static Side |
Side.RIGHT
|
static Side |
Side.RIGHT_IN
The right side of the model.
|
static Side |
Side.RIGHT_IN_CENTER
The inside right and center of the model.
|
static Side |
Side.RIGHT_OUT
The right side of the model.
|
static Side |
Side.RIGHT_OUT_CENTER
The outside right and center of the model.
|
static Side |
Side.TOP
|
static Side |
Side.TOP_IN
The top of the model inside.
|
static Side |
Side.TOP_IN_CENTER
The inside top and center of the model.
|
static Side |
Side.TOP_OUT
The top of the model outside.
|
static Side |
Side.TOP_OUT_CENTER
The outside top and center of the model.
|
Modifier and Type | Method and Description |
---|---|
Abstract3dModel |
Abstract3dModel.addModelTo(Side side,
Abstract3dModel model)
Convenient method to create a Union.
|
Abstract3dModel |
Abstract3dModel.align(Side place,
Abstract3dModel model)
Moves this model to the position relative to the given model.
|
Abstract3dModel |
Abstract3dModel.align(Side place,
Abstract3dModel model,
boolean inside)
Deprecated.
Use
Abstract3dModel.align(Side, Abstract3dModel) instead. |
Abstract3dModel |
Abstract3dModel.align(Side place,
Coords3d coords)
Moves this model to the position relative to the given coordinate.
|
Abstract3dModel |
Abstract3dModel.align(String innerAnnotation,
Side place,
Abstract3dModel model)
Moves this model to the position relative to the annotated part of the given model.
|
Abstract3dModel |
Abstract3dModel.align(String innerAnnotation,
Side place,
Abstract3dModel model,
String externalAnnotation)
Moves this model to the position relative to the annotated part of the given model.
|
Copyright © 2014–2020, Printing in 3D. All rights reserved.