.Net - Plot Layout

 Hello,

currently we're evaluating if we can migrate our AutoCAD applications to BricsCAD. We're using the .NET APIs of AutoCAD and want to use the .NET API of BricsCAD so that we need to change as less code as possible.

Most things already work fine (MText, Xdata, PLines, Blocks, Hatches ...), but when it comes to plotting, we're stuck.

When calling     AcadPlot plot = new AcadPlot();      , BricsCAD trys to open a NEW instance of BricsCAD (as we can see in the Windows TaskManager), which then blocks the whole application with the message: 

There is no escape from this message.

So the question is, WHY is BricsCAD opening another instance when calling the AcadPlot and what can be done to solve this issue?

Regards,
Michael