API - Geometry Mappings

I am using the C# API to automatically upload and solve flow around an aerofoil.
The CAD has been drawn using the NX Open API and I am now trying to create boundary conditions with this.
However, I am struggling to add my list of values to the entities list. I keep getting the ‘Unhandled number of Entities’ exception. My thinking is that the names I am using for the NX part are different to the ones SimScale are looking for.

Does you have any known solutions for NX and SimScale uses?

Can anyone answer this question? I’m looking for someone to answer because I have the same question. If anyone has solution, please tag me. Thanks a lot.

Hi acarlsen,
I managed to solve this by writing a method that removed the parameters from my geometry after creation. I also used custom methods that tag faces correctly.

hopefully this helps!