# VTKHDF with varying Assembly

**URL:** https://discourse.paraview.org/t/vtkhdf-with-varying-assembly/13848
**Category:** ParaView Support
**Created:** [February 2, 2024, 9:14am UTC](https://discourse.paraview.org/t/vtkhdf-with-varying-assembly/13848 "2024-02-02T09:14:43Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![Juan\_Jose\_Casafranca](https://discourse.paraview.org/user_avatar/discourse.paraview.org/juan_jose_casafranca/32/3499_2.png) [@Juan\_Jose\_Casafranca](https://discourse.paraview.org/u/Juan_Jose_Casafranca)
#### Post date: [February 2, 2024, 9:14am UTC](https://discourse.paraview.org/t/vtkhdf-with-varying-assembly/13848/1 "2024-02-02T09:14:43Z")

</div>

I have a simulation where some data is not present in every time step, for example collisions. Is it possible to represent such kind of data in VTKHDF. By reading the VTKHDF specification, it looks the Assembly is fixed, so you can’t add or remove new data to it.

It looks the only way to achieve something like this is to do some kind of hack to set all the points to 0 or something like that for a specific timestep
