pyvista.Text3DSource.process_empty_string#
- property Text3DSource.process_empty_string: bool[source]#
Return or set flag to control behavior when empty strings are set.
When
string
is empty or only contains whitespace, theoutput
mesh will be empty. This can cause the bounds of the output to be undefined.If
True
, the output is modified to instead have a single point located atcenter
.