<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><div class="">Hi David,</div><div class=""><br class=""></div><div class="">Just curious: why do you want to store the collection’s URL in the operator result? A collection holds its read and write locations, and you are free to change the collection’s write location (I think you automatically do so when you write a collection to disk). If you wish to flag that a collection’s write location has been changed, I’m not sure what component would need to decode this information. </div><div class=""><br class=""></div><div class="">Sincerely,</div><div class="">T.J.</div><br class=""><div class="">
<div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><div style="color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px;">Thomas J. Corona, Ph.D.<br class="">Kitware, Inc.<br class="">Senior R&D Engineer<br class="">21 Corporate Drive<br class="">Clifton Park, NY 12065-8662<br class="">Phone: 518-881-4443</div></div>

</div>
<br class=""><div><blockquote type="cite" class=""><div class="">On May 11, 2017, at 1:04 PM, David Thompson <<a href="mailto:david.thompson@kitware.com" class="">david.thompson@kitware.com</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><div class="">Hi TJ (et al.),<br class=""><br class="">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?<br class=""><br class=""><br class=""><span class="Apple-tab-span" style="white-space:pre">        </span>David</div></div></blockquote></div><br class=""></body></html>