mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2025-01-13 02:00:35 +05:00
0022857: EDF GEOM 7167: MakeHalfPartition documentation
- Additional minor change in documentation
This commit is contained in:
parent
57554854e0
commit
5b935c9b4f
@ -10,11 +10,9 @@ Perhaps you also ask yourself : \ref partition_explanation "What's the differenc
|
|||||||
|
|
||||||
To produce a \b Partition in the <b>Main Menu</b> select <b>Operations -> Partition</b>
|
To produce a \b Partition in the <b>Main Menu</b> select <b>Operations -> Partition</b>
|
||||||
|
|
||||||
This operation builds a compound by intersection of several shapes
|
This operation builds a compound by partitioning a set of input objects by a set of tool objects.
|
||||||
with a set of tool objects or with a plane.
|
|
||||||
The \b Result will be a \b GEOM_Object.
|
|
||||||
|
|
||||||
<br><h2>Intersection of two shapes.</h2>
|
The \b Result of the operation is a \b GEOM_Object.
|
||||||
|
|
||||||
\image html partition1.png
|
\image html partition1.png
|
||||||
|
|
||||||
@ -22,7 +20,7 @@ The \b Result will be a \b GEOM_Object.
|
|||||||
first list will be intersected with the shapes from the second list) +
|
first list will be intersected with the shapes from the second list) +
|
||||||
Resulting Type of shape.
|
Resulting Type of shape.
|
||||||
|
|
||||||
As far as the intersection of two objects can produce any type of
|
As far as the partition of two objects can produce any type of
|
||||||
geometrical objects, <b>Resulting type</b> box allows choosing the
|
geometrical objects, <b>Resulting type</b> box allows choosing the
|
||||||
preferable result, i.e. a solid, a shell, a list of faces, etc.
|
preferable result, i.e. a solid, a shell, a list of faces, etc.
|
||||||
|
|
||||||
@ -45,8 +43,8 @@ face intersects with the box, see the corresponding \ref partition_picture_3 "pi
|
|||||||
<b>No sub-shapes intersection (Compounds only)</b> check box affects
|
<b>No sub-shapes intersection (Compounds only)</b> check box affects
|
||||||
only input shapes of the Compound type.
|
only input shapes of the Compound type.
|
||||||
- If this option is switched off (default behavior) each input compound will be automatically
|
- If this option is switched off (default behavior) each input compound will be automatically
|
||||||
exploded into sub-shapes and the intersection between these shapes will be also computed.
|
exploded into sub-shapes and the partition between these shapes will be also computed.
|
||||||
- If this option is switched on, the intersection between sub-shapes will not be performed.
|
- If this option is switched on, the partition between sub-shapes will not be performed.
|
||||||
In this case the Partition algorithm will work faster, but the result might differ from the
|
In this case the Partition algorithm will work faster, but the result might differ from the
|
||||||
default behavior.
|
default behavior.
|
||||||
|
|
||||||
@ -59,7 +57,7 @@ If self-intersection is detected, the operation is aborted.
|
|||||||
|
|
||||||
\note This algorithm does not find all types of self-intersections. It is tuned
|
\note This algorithm does not find all types of self-intersections. It is tuned
|
||||||
to detect vertex/vertex, vertex/edge, edge/edge, vertex/face and edge/face
|
to detect vertex/vertex, vertex/edge, edge/edge, vertex/face and edge/face
|
||||||
intersections. Face/face intersections detection is switched off as it
|
interferences. Face/face interference detection is switched off as it
|
||||||
is a time-consuming operation that gives an impact on performance. To find
|
is a time-consuming operation that gives an impact on performance. To find
|
||||||
all self-intersections please use \ref check_self_intersections_page
|
all self-intersections please use \ref check_self_intersections_page
|
||||||
"Detect Self-intersection tool".
|
"Detect Self-intersection tool".
|
||||||
@ -98,12 +96,14 @@ previous versions of SALOME.
|
|||||||
|
|
||||||
<b>Examples:</b>
|
<b>Examples:</b>
|
||||||
|
|
||||||
\image html partitionsn1.png "Box intersected by a plane"
|
\anchor partition_picture_1
|
||||||
|
\image html partitionsn1.png "Input data: box intersected by plane"
|
||||||
|
|
||||||
\image html partitionsn2.png "Result of intersection"
|
\anchor partition_picture_2
|
||||||
|
\image html partitionsn2.png "Result: box partitioned by plane"
|
||||||
|
|
||||||
\anchor partition_picture_3
|
\anchor partition_picture_3
|
||||||
\image html partitionsn3.png "Result of intersection of a box and a plane (both as \em Objects, no tools) with the Resulting type \em Solid and checked 'Keep shapes of lower type'"
|
\image html partitionsn3.png "Result: partitioned box and plane (both as \em Objects); resulting type is \em Solid; option 'Keep shapes of lower type' is on"
|
||||||
|
|
||||||
Our <b>TUI Scripts</b> provide you with useful examples of \ref tui_partition "Basic Operations".
|
Our <b>TUI Scripts</b> provide you with useful examples of \ref tui_partition "Basic Operations".
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user