Hello,
can anyone provide simple vtkhdf input file that illustrates how to encode properly model using PartitionedDataSetCollection and Asemblies?
Thank you,
Borek
Hello,
can anyone provide simple vtkhdf input file that illustrates how to encode properly model using PartitionedDataSetCollection and Asemblies?
Thank you,
Borek
Hello, here is the file we use for testing purposes in VTK: test_composite.hdf (27.1 KB)
It is a simple assembly where you have 2 partitioned datasets, one PolyData (Block0) and one unstructured grid (Block1).
In the hierarchy, you have blockName0
which is linked to the dataset Block0
, blockName2
which is linked to dataset Block1
, and a subgroup groupName0
which contains blockName1
, linked again to Block1
. PartitionedDataSetCollection is made so that one dataset can be referenced multiple times. Also note that datasets have an Index
attribute, and the link creation order in the hierarchy should be tracked.
Let me know if you have any questions.