Hi.
I use C# in Visual Studio 2022.
When ‘layer add’ use in Thread or Task, occur problem for layer panel.
Layer panel don’t refresh for new add, delete etc…
Please check this problem.
Hi.
I use C# in Visual Studio 2022.
When ‘layer add’ use in Thread or Task, occur problem for layer panel.
Layer panel don’t refresh for new add, delete etc…
Please check this problem.
Hi @k17,
The Rhino document is not thread safe. Add layers to the document on the main thread.
— Dale
OK Thank you for your reply.