public class ModelElement
extends java.lang.Object
| Constructor and Description |
|---|
ModelElement() |
ModelElement(double[] from,
double[] to,
ElementRotation rotation,
java.lang.Boolean shade,
ElementFaceOptions faces) |
| Modifier and Type | Method and Description |
|---|---|
ElementFaceOptions |
getFaces()
See
faces |
double[] |
getFrom()
See
from |
ElementRotation |
getRotation()
See
rotation |
java.lang.Boolean |
getShade()
See
shade |
double[] |
getTo()
See
to |
void |
setFaces(ElementFaceOptions faces)
See
faces |
void |
setFrom(double[] from)
See
from |
void |
setRotation(ElementRotation rotation)
See
rotation |
void |
setShade(java.lang.Boolean shade)
See
shade |
void |
setTo(double[] to)
See
to |
public ModelElement()
public ModelElement(double[] from,
double[] to,
ElementRotation rotation,
java.lang.Boolean shade,
ElementFaceOptions faces)
public double[] getFrom()
frompublic void setFrom(double[] from)
frompublic double[] getTo()
topublic void setTo(double[] to)
topublic ElementRotation getRotation()
rotationpublic void setRotation(ElementRotation rotation)
rotationpublic java.lang.Boolean getShade()
shadepublic void setShade(java.lang.Boolean shade)
shadepublic ElementFaceOptions getFaces()
facespublic void setFaces(ElementFaceOptions faces)
faces