Ordered entity sets
Mark Beall
mbeall at simmetrix.com
Thu Nov 12 10:58:36 CST 2009
If an entity set is ordered it seems that it is not necessary to
preserve the ordering of the entities and the entity sets together,
only separately. What I mean is the following:
If I do the following operations on the ordered entity set A:
- add entity a
- add entity b
- add entity set B
- add entity c
- add entity set C
Since I can only ask for either the entities or the entity sets in A
separately (the only way I can get the entity sets in A is through
iMesh_getEntSets, right?), it doesn't matter if the implementation
doesn't know that set B was added between entities b and c, just that
the order of the entities is abc and the order of the sets is BC.
Is that correct?
Thanks,
mark
More information about the tstt-interface
mailing list