cbernardo
cbernardo
I haven't worked on the code for so long that I can't recall how to manipulate these objects. The DLL API exposes C++ classes for manipulating entities and there are...
Ah, OK. I'll see if I can find some time to help then. One issue I remember with MCAD import and OpenVSP is that MCAD generally imposes a condition that...
I've rebuilt the tutorial and I do not see this problem. This should only happen if a 3D curve has actually been closed (last point = start point) and you...
I'll try to find time to look into this. The idea was that IGES set the locale to C and restored the locale when it was done loading/saving; that was...
I altered the behavior of libiges slightly. The previous behavior was to set the locale to the default environment; now the locale is set to whatever the setting was when...
Did you install the libboost-python dev package?
Ah, these tools still use Python 2.7 and I haven't had time to make it all Python3 compatible as well.