mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2024-12-24 16:30:35 +05:00
0022756: [EDF] Intersection operation
- Rename "Section" operation to "Intersection"
This commit is contained in:
parent
212a371517
commit
c9521ab164
Binary file not shown.
Before Width: | Height: | Size: 26 KiB After Width: | Height: | Size: 22 KiB |
@ -1,13 +1,13 @@
|
|||||||
/*!
|
/*!
|
||||||
|
|
||||||
\page section_opeartion_page Section
|
\page section_opeartion_page Intersection
|
||||||
|
|
||||||
\b Section operation creates a vertex, an edge, a wire or a compound
|
\b Intersection operation creates a vertex, an edge, a wire or a compound
|
||||||
of them representing the intersection of two shapes.
|
of them representing the intersection of two shapes.
|
||||||
|
|
||||||
To produce it, select in the main menu <b>Operations - > Boolean - > Section</b>
|
To produce it, select in the main menu <b>Operations - > Boolean - > Intersection</b>
|
||||||
|
|
||||||
\image html neo-section.png "Section dialog"
|
\image html neo-section.png "Intersection dialog"
|
||||||
|
|
||||||
In this dialog:
|
In this dialog:
|
||||||
- Input or accept the default \b Name of the resulting shape.
|
- Input or accept the default \b Name of the resulting shape.
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
\tui_script{boolean_operations_ex03.py}
|
\tui_script{boolean_operations_ex03.py}
|
||||||
|
|
||||||
\anchor tui_section
|
\anchor tui_section
|
||||||
<br><h2>Section</h2>
|
<br><h2>Intersection</h2>
|
||||||
\tui_script{boolean_operations_ex04.py}
|
\tui_script{boolean_operations_ex04.py}
|
||||||
|
|
||||||
*/
|
*/
|
||||||
|
@ -17,7 +17,7 @@ complex geometrical objects (2D & 3D elements):
|
|||||||
of a list of objects into an independent object.</li>
|
of a list of objects into an independent object.</li>
|
||||||
<li>\subpage cut_operation_page "Cut" - cuts one shape with
|
<li>\subpage cut_operation_page "Cut" - cuts one shape with
|
||||||
a list of others. </li>
|
a list of others. </li>
|
||||||
<li>\subpage section_opeartion_page "Section" - creates a section between two shapes.</li>
|
<li>\subpage section_opeartion_page "Intersection" - performs an intersection between two shapes.</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
You can use advanced TUI commands performing these operations
|
You can use advanced TUI commands performing these operations
|
||||||
@ -34,7 +34,7 @@ theMainShape is the object of the operation and \em theShapesList is
|
|||||||
the list of tools for Cut operation;
|
the list of tools for Cut operation;
|
||||||
\par
|
\par
|
||||||
<em>geompy.MakeSection(Shape1, Shape2, checkSelfInte)</em>, where \em Shape1 is the first
|
<em>geompy.MakeSection(Shape1, Shape2, checkSelfInte)</em>, where \em Shape1 is the first
|
||||||
argument and \em Shape2 is the second argument of Section operation;
|
argument and \em Shape2 is the second argument of Intersection operation;
|
||||||
|
|
||||||
|
|
||||||
There are several TUI commands that can be used to perform boolean operations
|
There are several TUI commands that can be used to perform boolean operations
|
||||||
@ -45,7 +45,7 @@ operation.
|
|||||||
<em>geompy.MakeBoolean(Shape1, Shape2, Operation, checkSelfInte),</em> where \em
|
<em>geompy.MakeBoolean(Shape1, Shape2, Operation, checkSelfInte),</em> where \em
|
||||||
Shape1 is the first argument and \em Shape2 is the second argument of
|
Shape1 is the first argument and \em Shape2 is the second argument of
|
||||||
a Boolean operation, \em Operation is the type of a Boolean operation (1
|
a Boolean operation, \em Operation is the type of a Boolean operation (1
|
||||||
— Common, 2 — Cut, 3 — Fuse, 4 — Section).
|
— Common, 2 — Cut, 3 — Fuse, 4 — Intersection).
|
||||||
|
|
||||||
|
|
||||||
Besides, you can use advanced TUI commands performing these operations
|
Besides, you can use advanced TUI commands performing these operations
|
||||||
|
@ -1674,11 +1674,11 @@ Please, select face, shell or solid and try again</translation>
|
|||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>GEOM_SECTION</source>
|
<source>GEOM_SECTION</source>
|
||||||
<translation>Section</translation>
|
<translation>Intersection</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>GEOM_SECTION_TITLE</source>
|
<source>GEOM_SECTION_TITLE</source>
|
||||||
<translation>Section Of Two Objects</translation>
|
<translation>Intersection Of Two Objects</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>GEOM_SELECTED_FACE</source>
|
<source>GEOM_SELECTED_FACE</source>
|
||||||
@ -2986,7 +2986,7 @@ Please, select face, shell or solid and try again</translation>
|
|||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>MEN_SECTION</source>
|
<source>MEN_SECTION</source>
|
||||||
<translation>Section</translation>
|
<translation>Intersection</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>MEN_SELECT_ONLY</source>
|
<source>MEN_SELECT_ONLY</source>
|
||||||
@ -3874,7 +3874,7 @@ Please, select face, shell or solid and try again</translation>
|
|||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>STB_SECTION</source>
|
<source>STB_SECTION</source>
|
||||||
<translation>Section</translation>
|
<translation>Intersection</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>STB_SEWING</source>
|
<source>STB_SEWING</source>
|
||||||
@ -4458,7 +4458,7 @@ Please, select face, shell or solid and try again</translation>
|
|||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>TOP_SECTION</source>
|
<source>TOP_SECTION</source>
|
||||||
<translation>Section</translation>
|
<translation>Intersection</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>TOP_SEWING</source>
|
<source>TOP_SEWING</source>
|
||||||
|
Loading…
Reference in New Issue
Block a user