Geode-solutions / OpenGeode

Open source framework for representing and manipulating geometric models
https://geode-solutions.com/opengeode
MIT License
149 stars 11 forks source link

fix(IO): enable export of 8bit-valued attributes to Paraview #884

Closed yo35 closed 8 months ago

yo35 commented 8 months ago

Hi,

The use-case is to be able to export a geode::EdgedCurve3D mesh with its attributes -- one of them being valued as 8-bit integers (aka. geode::local_index_t) -- to Paraview (through the .vtp file format).

Currently, 8-bit-valued attributes are not exported in Paraview .vtp files. From what I understand in the code in OpenGeodeIO, this is because these attributes are not flaggued as "genericable". The PR fixes that, but it modifies the core lib, and I'm not able to assess all the possible impacts...

BotellaA commented 8 months ago

:tada: This PR is included in version 14.12.2-rc.1 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket:

BotellaA commented 8 months ago

:tada: This PR is included in version 14.12.2 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket: