mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-01-28 07:00:34 +05:00
0020112: [CEA 309] Impossible to create a group with a sphere filter
This commit is contained in:
parent
3e181fc5e9
commit
aff95f9074
@ -50,17 +50,13 @@ created. You have to select the mesh and the button will be enabled.
|
||||
|
||||
Some criteria are applicable to all <b>Entity types</b>:
|
||||
<ul><li>
|
||||
<b>Belong to Geom</b> selects entities whose all nodes
|
||||
lie on the shape defined by <b>Threshold Value</b>.
|
||||
If the threshold shape is a sub-shape of the main shape of the mesh
|
||||
the algorithm works faster, if this is any other
|
||||
shape the algorithm works slower.
|
||||
<b>Belong to Geom</b> selects entities whose all nodes belong to a
|
||||
submesh on the shape defined by <b>Threshold Value</b>. The threshold shape
|
||||
must be sub-shape of the main shape of mesh.
|
||||
</li><li>
|
||||
<b>Lying on Geom</b> selects entities whose at least one node
|
||||
lies on the shape defined by the <b>Threshold Value</b>.
|
||||
If the hreshold shape is a sub-shape of the main shape of the mesh the
|
||||
algorithm works faster, if this is any other
|
||||
shape, the algorithm works slower.
|
||||
<b>Lying on Geom</b> selects entities whose at least one node belongs to a
|
||||
submesh on the shape defined by <b>Threshold Value</b>. The threshold shape
|
||||
must be sub-shape of the main shape of mesh.
|
||||
</li><li>
|
||||
<b>Range of IDs</b> allows selection of entities with the specified
|
||||
IDs.
|
||||
|
Loading…
Reference in New Issue
Block a user