Dear All

I'm clearly missing something on how to ignore certain positions within my data. In an imported FE grid, I have one "positions" component and multiple data at each position. Each data type is assigned their own component. I then have several groups of elements in separate connection components. I make a group for each set of connections from the data,positions and appropriate connections components

I need to select data for only a sub-set of all available groups and thus need to extract only those positions used by the group I have selected (or invalidate all those at unused locations).
Unfortunately, I haven't yet found the path to enlightenment.

Thanks

Peter


PS, my data file look like:

object 1 : all positions
object datatype01 : 1st data set at positions in object1
object datatype02 : 2nd data set at positions in object1
etc.
object 2 : connections for elementgroup_A
object 3 : connections for elementgroup_B
etc.

object "ElementGroup_A" class field
component "positions" value 1
component "datatype01" value "datatype01"
component "datatype02" value "datatype02"
component "connections" value 2
etc..

#
object "ElementGroup_A" class field
component "positions" value 1
component "datatype01" value "datatype01"
component "datatype02" value "datatype02"
component "connections" value 3
etc..

#
object "default" class group
member "Elements_A" value "ElementGroup_A"
member "Elements_B" value "ElementGroup_B"
attribute "name" string "default"

Reply via email to