mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2024-12-29 10:50:35 +05:00
0016654: EDF PAL 529: Improve comprehension of partition dialog box
This commit is contained in:
parent
1320940b10
commit
bb9f3a6232
Binary file not shown.
Before Width: | Height: | Size: 29 KiB After Width: | Height: | Size: 30 KiB |
Binary file not shown.
Before Width: | Height: | Size: 25 KiB After Width: | Height: | Size: 26 KiB |
@ -10,7 +10,7 @@
|
||||
<br><h2>Intersection of two shapes.</h2>
|
||||
|
||||
\n As far as the intersection of two objects can produce any type of
|
||||
geometrical objects, <b>Reconstruction Limit</b> box allows choosing the
|
||||
geometrical objects, <b>Resulting type</b> box allows choosing the
|
||||
preferrable result, i.e. a solid, a shell, a list of faces, etc.
|
||||
\n <b>TUI Command:</b> <em>geompy.MakePartition(ListOfShapes,
|
||||
ListOfTools, ListOfKeepInside, ListOfRemoveInside, Limit, RemoveWebs,
|
||||
@ -28,8 +28,8 @@ reconstruction limit.
|
||||
|
||||
\image html partition1.png
|
||||
|
||||
<b>Keep nonlimit shapes</b> checkbox allows building geometrical objects of
|
||||
all types at the same time i.e. no reconstruction limit is applied.
|
||||
<b>Keep shapes of lower type</b> checkbox allows building geometrical objects.
|
||||
Only lower type objects will be preserved without the upper ones.
|
||||
|
||||
|
||||
<br><h2>Intersection of a Shape and a Plane.</h2>
|
||||
|
@ -1178,7 +1178,7 @@ Please, select face, shell or solid and try again</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>GEOM_RECONSTRUCTION_LIMIT</source>
|
||||
<translation>Reconstruction Limit</translation>
|
||||
<translation>Resulting Type</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>GEOM_RECONSTRUCTION_LIMIT_EDGE</source>
|
||||
@ -1832,6 +1832,10 @@ Please, select face, shell or solid and try again</translation>
|
||||
<source>GEOM_WRN_WARNING</source>
|
||||
<translation>Warning</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>WRN_SHAPE_UNCLOSED</source>
|
||||
<translation>Unable to create solid from unclosed shape %1</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>GEOM_X</source>
|
||||
<translation>X :</translation>
|
||||
@ -3350,7 +3354,7 @@ Please, select face, shell or solid and try again</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>GEOM_KEEP_NONLIMIT_SHAPES</source>
|
||||
<translation>Keep nonlimit shapes</translation>
|
||||
<translation>Keep shapes of lower type</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>GEOM_CENTER_2POINTS</source>
|
||||
|
Loading…
Reference in New Issue
Block a user