GeomSubset wireframe highlighting

GeomSubset wireframe highlighting / wire-on-surf

Hello,

We previously used the refinedWireOnSurf repr in order to implement wireframe highlighting of meshes, and wanted to implement wireframe highlighting of GeomSubsets. However, it seems GeomSubset reprs are simply inherited from their parent mesh, so this avenue does not work.

Our solution to this problem was to make a mirror prim of the mesh, on which we edit the topology, and then use the refinedWire repr.

However, we were wondering if there were any plans to natively support wireframe highlighting of GeomSubsets, or to support reprs such as refinedWireOnSurf on a per-GeomSubset basis?

Thanks,
Philippe