03-31-2021, 12:31 PM
I was trying to update the StartPosition and Endposition of a LineWithTextVisual3D and noticed that both the line and text get copied every update.
I then took a look at the source code with DotPeek to see what was happening and saw that 2 visuals are added to the Children collection every time CreateModel is called, but this collection is never cleared except when UseTextBlockVisual3D is False.
I then took a look at the source code with DotPeek to see what was happening and saw that 2 visuals are added to the Children collection every time CreateModel is called, but this collection is never cleared except when UseTextBlockVisual3D is False.

