Teigha.ModelerGeometry not found!

In the page: https://developer.bricsys.com/bricscad/help/en_US/CurVer/DevRef/index.html?page=source%2FdotNETAPI.htm

we have the line:

 using _AcMg = Teigha.ModelerGeometry; //Bricsys specific

but after the last update to 26.2.03 we have error:

The type or namespace name 'ModelerGeometry' does not exist in the namespace 'Teigha' (are you missing an assembly reference?)

I also tried with the new NuGet !

Comments

  • ODA have moved the ModelerGeometry namespace into a separate assembly now, but the new assembly is still empty, so we did not bother adding it. I expect we will eventually ship the new assembly, once it contains something useful.

  • I should add, if you're encountering a build error because of the unavailable namespace, you can temporarily define it somewhere in your own project. Following is an example C++/CLI code:

    namespace Teigha {namespace ModelerGeometry { public ref class ModelerModule {}; }}
    

  • Iz70414
    edited April 6

    I don't need this in my projects.

    The problem is that on the main page of the .NET API the problematic definition appears.


    I edited and changed the USING region.
    I have a small service program that runs on all files and replaces/updates all files.