IText3D Factory3D.CreateText3D(Double x, Double y, Double z, String text)
Ceate a text.
Examples
Parameters
-
x
Type: Double
The text origin x coordinate.
-
y
Type: Double
The text origin y coordinate.
-
z
Type: Double
The text origin z coordinate.
-
text
Type: String
The text to display.
Return Value
Returns the text created.