CustomMeshObject & SetMesh

Hi @kitjmv,

I think you’re better off not using a custom mesh object. Just add some user data to your mesh object. Then create a conduit that looks for mesh objects that have your user data. When found, have the conduit draw the mesh in any manner is chooses.

– Dale