Skip to main content

Polytext

3D text.

Polytext​

polytext-example.png

Editor​

polytext-editor.png

Text​

The text of the polytext. Simple.

Color​

The color of the polytext. Straightforward.

Edges​

Whether or not the polytext will be outlined with black edges.

polytext-edges.png

Scripting Properties​

Scripting Properties {.tabset}​

url​

String;

get()​

feature.get('text')
// returns: "My new text"

set()​

feature.set({'text':"My new text"})

default​

""

edges​

Boolean

get()​

feature.get('edges')
// returns: false

set()​

feature.set({'edges': true})

default​

false

type​

String;

get()​

feature.get('type')
/* or */
feature.type
// returns: "polytext"