In Rhino Version 6 SR15 (6.15.19164.21011, 13/06/2019) the TextEntity class breaks everywhere. Most of the time not all letters are returned. Occasionally Rhino crashes. I have also encountered other minor problems, such as not being able to wrap the text.
Hi Dani - it wasn’t ignored. It was closed because the issue wasn’t reproducible.
I loaded your gh file and put in some text, turned the timer on and off, toggled some buttons, etc. but am not sure what I should be seeing that is not working. I’m definitely not getting crashes.
When you get Rhino to crash, are you sending in the crash reports?
-wim
I can confirm the bug reported by Dani. I have never experienced crashes but sometimes, the CreateSurfaces method from the text entities fails at building the surfaces. The failures are random, i.e it can either fail or succeed for an identical set of inputs. You can easily experience it with the model below, either by adding a timer like Dani did or by switching the Italics Toggle until the surface creation fails (happens quite often).
My initial guess is that it is a tolerance issue but the problem can be reproduced for various tolerance parameters.
As a side note, it seems somewhat more stable to use the CreateCurves function from text entities and then the Boundary component to generate surfaces, but it also fails at times. I’m guessing anyways the same SDK functions are used for both operations.