next up previous contents
Next: How to enquire node Up: Tips and Hints Previous: How to get the   Contents


How to define a set of entities

Some knowledge is necessary to efficiently select entities (nodes, points ..). As a golden rule in complicated situations never try to create a set just by ''adding'' the entities to the set (see qadd). It is much better to catch a bigger group which includes certainly the wanted ones. Then display the set with the plot command and remove all unwanted entities with the qrem command. Entities are selected if at least one pixel of it is inside the selection rectangle. But there is one exception: Only the lower left corner of any text (names of points etc.) can be selected. Surfaces can also be selected by picking its shaded interiour (see ``rep)''. You might add all lower entities (as points for example) by typing ''comp set do''. This is necessary for example if you had selected surfaces and you want to move them in space. Only points have locations and therefore nothing will happen unless you completed the set by the related points with ''comp'' command.

There is another type of set called sequence. The data-structure is the same but with one exception, the data keep their order in which they were selected. This type of set is used for splines (see ''qlin'' and ''line'') or in combination with the ''graph'' command if values along a path should be displayed. Use ''prnt sq'' to list all existing sequences and use ''qseq'' or ''seqa'' to create them. Up to now they are only used to store nodes and points. As sets they will be written to a file if fbd format is specified. In this case also node-sequences can be stored.


next up previous contents
Next: How to enquire node Up: Tips and Hints Previous: How to get the   Contents
root 2018-12-15