<div dir="ltr"><div class="gmail_quote"><div dir="ltr">Is it possible automatically assign block numbers in a group data set to a new field and replace them with each data set name?<div><br></div><div>For example I have data sets of points: wall1, wall2 , ceiling, floor and then I make a group dataset: </div><div>groupDatasets1 = GroupDatasets(Input=[wall_1, floor_1, ceiling_1, wall_2])</div><div><br></div><div>Then I have below spread sheet: </div><div><img src="cid:ii_15dc75b17242de67" alt="Inline image 1" width="381" height="269" style="margin-right: 0px;"><br></div><div><br></div><div>Then I need to make a new field e.g. "groups" (better through a programmable filter) and for each group I add the name of the dataset. The expected result table would looks like this:</div><div><br></div><div>BlockNumber, Point ID, vtkPointId, Points, Label, Label2, Groups</div><div>1, 0, 36617,    ..., ..., ... , ...,  .............................<wbr>.................  wall_1</div><div>1, 1 , 420914, ..., ..., ... , ...,  .............................<wbr>.................  wall_1<br></div><div>1, 2, 444161,  ..., ..., ... , ...,  .............................<wbr>.................  wall_1<br></div><div><div>2, 0, 27932,    ..., ..., ... , ...,  ... ..............................<wbr>............  ceiling</div><div>2, 1 , 296452, ..., ..., ... , ...,  ...  .............................<wbr>............  ceiling<br></div><div>2, 2, 315135,  ..., ..., ... , ...,  ...   ..............................<wbr>..........   ceiling</div></div><div><div>3, 0, 36617,    ..., ..., ... , ...,  ...  .............................<wbr>............   wall_2</div><div>3, 1 , 420914, ..., ..., ... , ...,  ...  .............................<wbr>............   wall_2<br></div><div><br></div><div>So my question has two parts:</div><div>1. How do we automatically group datasets in the pipeline browser?</div><div>2. While grouping, how to add a field as an attribute that contains the datasets names.</div><div><br></div><div>Then I can save this spreadsheet for later use.</div><div><br></div><div>Thanks for any help. </div><span class="gmail-HOEnZb"><font color="#888888"><div><br></div><div>Shayan</div><div><br></div><div><br></div><div><br></div><div><br></div></font></span></div></div>
</div><br></div>