IText3D Factory3D.CreateText3D(Double x, Double y, Double z, String text)

Ceate a text.

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

Type: IText3D
Returns the text created.