| Constructor and Description |
|---|
Text3d(java.lang.String text)
Constructor.
|
Text3d(java.lang.String text,
double depth)
Constructor.
|
Text3d(java.lang.String text,
java.lang.String fontName,
double fontSize,
double depth)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
PropertyStorage |
getProperties()
Returns the property storage of this primitive.
|
Text3d |
noCenter() |
java.util.List<Polygon> |
toPolygons()
Returns the polygons that define this primitive.
|
public Text3d(java.lang.String text)
text - textpublic Text3d(java.lang.String text,
double depth)
text - textdepth - text depth (z thickness)public Text3d(java.lang.String text,
java.lang.String fontName,
double fontSize,
double depth)
text - textfontName - font name, e.g., "Arial"fontSize - font sizedepth - text depth (z thickness)public java.util.List<Polygon> toPolygons()
PrimitiveCSG object.toPolygons in class Primitivepublic PropertyStorage getProperties()
PrimitivegetProperties in class Primitivepublic Text3d noCenter()