gradientspace / geometry3Sharp

C# library for 2D/3D geometric computation, mesh algorithms, and so on. Boost license.
http://www.gradientspace.com
Boost Software License 1.0
1.71k stars 387 forks source link

Arbitrary Data on Mesh Element #180

Open felixcantet opened 2 years ago

felixcantet commented 2 years ago

Hello,

I don't have any experience with the library, but I'm looking for a C# Geometry Processing library able to associate some custom datas to vertex and mesh, like the attribute system in Houdini. Is it something achievable with Geometry3Sharp? By looking at the source code, it seems that it only support global mesh arbitrary property. Am I wrong ?

Thanks