mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2025-01-28 07:40:33 +05:00
small reorganization of transformation operations in the documentation in order to be consistent with GUI organization of these functionalities
This commit is contained in:
parent
9e220a72d5
commit
00b7b567c3
20
doc/salome/gui/GEOM/input/features.doc
Normal file
20
doc/salome/gui/GEOM/input/features.doc
Normal file
@ -0,0 +1,20 @@
|
||||
/*!
|
||||
|
||||
\page features_page Features
|
||||
|
||||
Geometry module provides the following Features,
|
||||
which allow to:
|
||||
|
||||
|
||||
<ul>
|
||||
<li>Produce a \subpage fillet1d_operation_page "1D Fillet" on the
|
||||
corners of a Wire with Planar Edges.</li>
|
||||
<li>Produce a \subpage fillet2d_operation_page "2D Fillet" on the corners of a Planar Face.</li>
|
||||
<li>Produce a \subpage fillet_operation_page "3D Fillet" on the selected
|
||||
edges of an object.</li>
|
||||
<li>Produce a \subpage chamfer_operation_page "Chamfer" on the selected edges of an object.</li>
|
||||
<li>Remove matter from an object by producing an \subpage extruded_cut_operation_page "Extruded Cut".</li>
|
||||
<li>Add matter to an object by producing an \subpage extruded_boss_operation_page "Extruded Boss".</li>
|
||||
</ul>
|
||||
|
||||
*/
|
@ -18,14 +18,6 @@ which allow to:
|
||||
<li>Create a \subpage projection_operation_page "Projection" of an object on a face.</li>
|
||||
<li>Create a simultaneous \subpage multi_translation_operation_page "Translation in several directions".</li>
|
||||
<li>Create a simultaneous \subpage multi_rotation_operation_page</li> "Rotation in several directions".</li>
|
||||
<li>Produce a \subpage fillet_operation_page "Fillet" on the selected
|
||||
edges of an object.</li>
|
||||
<li>Produce a \subpage fillet1d_operation_page "1D Fillet" on the
|
||||
corners of a Wire with Planar Edges.</li>
|
||||
<li>Produce a \subpage fillet2d_operation_page "2D Fillet" on the corners of a Planar Face.</li>
|
||||
<li>Produce a \subpage chamfer_operation_page "Chamfer" on the selected edges of an object.</li>
|
||||
<li>Remove matter from an object by producing an \subpage extruded_cut_operation_page "Extruded Cut".</li>
|
||||
<li>Add matter to an object by producing an \subpage extruded_boss_operation_page "Extruded Boss".</li>
|
||||
</ul>
|
||||
|
||||
*/
|
||||
|
@ -6,11 +6,16 @@ The objects created in Salome can be processed with Transformation
|
||||
operations, which can be classified into:
|
||||
|
||||
<ul>
|
||||
<li>\subpage using_boolean_operations_page "Boolean operations" using
|
||||
Boolean logical operators.</li>
|
||||
<li>\subpage using_boolean_operations_page "Boolean operations", which allow combining objects
|
||||
with boolean logical operators.</li>
|
||||
<li>\subpage transformation_operations_page "Transformation operations",
|
||||
which modify shape or location of the selected object.</li>
|
||||
|
||||
<li>\subpage features_page "Features",
|
||||
which allow adding or removing matter from an object.</li>
|
||||
|
||||
<li>Operations with \subpage blocks_operations_page "Blocks".</li>
|
||||
|
||||
<li>\subpage partition_page "Partition" operation, which creates a compound
|
||||
by intersection of several shapes with a tool object or a plane.</li>
|
||||
<li>\subpage archimede_page "Archimede" operation, which creates a
|
||||
@ -21,8 +26,6 @@ special case of \b Explode operation. </li>
|
||||
<li>\subpage shared_shapes_page "Get shared shapes" operation, a
|
||||
special case of \b Explode operation. </li>
|
||||
|
||||
<li>Operations with \subpage blocks_operations_page "Blocks".</li>
|
||||
|
||||
|
||||
<li>\subpage restore_presentation_parameters_page "Restore presentation parameters".
|
||||
This cross-operation functionality allows the resulting shape to
|
||||
|
@ -1,6 +1,6 @@
|
||||
/*!
|
||||
|
||||
\page using_boolean_operations_page Using Boolean Operations
|
||||
\page using_boolean_operations_page Boolean Operations
|
||||
|
||||
For detail description of the Boolean operations please refer to
|
||||
<a href="SALOME_BOA_PA.pdf">this document</a>.
|
||||
|
Loading…
Reference in New Issue
Block a user