[Smtk-developers] Operator results with mesh changes
David Thompson
david.thompson at kitware.com
Thu May 11 14:04:54 EDT 2017
Hi TJ (et al.),
As part of changing the "save smtk model" operator, mesh collections may be assigned a new URL on the server (e.g., a mesh is packaged with an SMTK file). Is there a way to store this information in the operator's result? If not, how would you go about it? I see smtk::attribute::MeshItem, but this is only for MeshSets, not MeshCollections. I could (hackishly) use smtk::attribute::StringItem and encode the collection's UUID and URL in separate values of the same item. Or, is there a better way?
David
More information about the Smtk-developers
mailing list