| [ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
3.1.7 Miscellaneous
Here is a list of all other geometry commands currently available:
-
Coherence; Removes all duplicate elementary geometrical entities (e.g., points having identical coordinates). Note that Gmsh executes the
Coherencecommand automatically after each geometrical transformation, unlessGeometry.AutoCoherenceis set to zero (see section Geometry options).-
Delete { Point | Line | Surface | Volume { expression-list }; … } Deletes all elementary entities whose identification numbers are given in expression-list.
-
Hide { Point | Line | Surface | Volume { expression-list }; … } Hide the entities listed in expression-list, if
General.VisibilityModeis set to0or1.-
Hide char-expression; Hide the entity char-expression, if
General.VisibilityModeis set to0or1(char-expression can for example be"*").-
Show { Point | Line | Surface | Volume { expression-list }; … } Show the entities listed in expression-list, if
General.VisibilityModeis set to0or1.-
Show char-expression; Show the entity char-expression, if
General.VisibilityModeis set to0or1(char-expression can for example be"*").
