Rob McDonald
Rob McDonald
Consider this a +1 for this option. Eigen is a bit 'easier' for this than some other libraries. Since it is header only, you're only taking on a build-time dependency,...
Thanks much, My program does not set the locale -- so it stays as the C locale. I suspect when libIGES finishes writing, it re-sets to some locale specified by...
Thanks much, That sounds like it should fix the issue. Unfortunately, I haven't been able to duplicate the problem -- I'll have to give it a go and see if...
Thanks for the information. Is this something a user could try to take on? I'm very new to pmp-library, but this is pretty essential for me. From a larger perspective,...
What do you think of something like this? https://github.com/ramcdona/pmp-library/tree/face_property_propagation
I agree that you can't anticipate what everyone would want to do. Different properties reasonably need to be propagated in different ways (or not at all). This is why I...
Previously, when I was discussing a M1 build, it was a native M1 build. Although my program requires x86-64 for everything to work, I do most of my development on...
This test file (using the test application from before) will go into an infinite loop when Delabella is built with -mno-fma on clang/xcode. The infinite loop is actually in constrain...
Like my other comment -- if you can provide a MWE that produces a bug, I can spend some time trying to chase it down. Since this appears to only...
I vaguely recall this being brought to my attention many years ago -- but at the time, it could not be duplicated and there was no MWE that could demonstrate...