How to visualize gemetry attribute in H18?

   1481   2   1
User Avatar
Member
159 posts
Joined: 2月 2018
Offline
In H18, we can store geometry on PDG's work item. It's convenient for small tasks, but how to visualize the geometry? I create a file node as before with the file path set to `pdg_output`. It won't work as there's actually no such a file path exist.
User Avatar
Member
159 posts
Joined: 2月 2018
Offline
Also, I realize, if I use geometry data in Geometry Import Top node, there's no “Merge Input Geometry” toggle. How can I merge the upstream work item's geometry with this feature?
User Avatar
Member
55 posts
Joined: 5月 2013
Offline
File node reads fine from TOPs here - are you missing out the @? The file string should be `@pdg_output

I actually use a file SOP preset with a spare parm int called ‘pdgindex’ and file string set to

`pdgoutput(ch(“pdgindex”), “”, 1)

then I can just use the slider for inspecting different outputs from partitions
Edited by j00ey - 2020年1月29日 05:25:24

Attachments:
pdgindex.jpg (19.1 KB)

  • Quick Links