Hi,
I was just creating some surfaces out of a TextEntity object. However, I realised that it always echos a message in the command prompt which slows down the calculation when having a large amount of Text Entities, is there anyway I can avoid the Command Prompt messages? Thanks
TextEntity tt = txt.TextGeometry;
Brep[ ] tt_brep = tt.CreateSurfaces(styleTxt, 1, 0);