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


Creating 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. This is the best way to catch a specific entity. 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.


next up previous contents
Next: How to enquire node Up: Tips and Hints Previous: Tips and Hints   Contents
root 2011-03-26