mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-04 13:13:25 +03:00
0027191: Documentation - redesign of information architecture -- renaming (4)
Move documents describing BREP format, Boolean operations, and PBR math to dox/specification
This commit is contained in:
@@ -2069,7 +2069,7 @@ From the viewpoint of Topology these are topological operations followed by blen
|
||||
|
||||
Topological operations are the most convenient way to create real industrial parts. As most industrial parts consist of several simple elements such as gear wheels, arms, holes, ribs, tubes and pipes. It is usually easy to create those elements separately and then to combine them by Boolean operations in the whole final part.
|
||||
|
||||
See @ref occt_user_guides__boolean_operations "Boolean Operations" for detailed documentation.
|
||||
See @ref specification__boolean_operations "Boolean Operations" for detailed documentation.
|
||||
|
||||
@subsection occt_modalg_5_1 Input and Result Arguments
|
||||
|
||||
@@ -3338,7 +3338,7 @@ On the low-level the history information is collected by the history tool *BRepT
|
||||
* *BOPAlgo_AlertUnableToRemoveTheFeature* - the warning alert is given to inform the user the removal of the feature is not possible. The algorithm will still try to remove the other features;
|
||||
* *BOPAlgo_AlertRemoveFeaturesFailed* - the error alert is given in case if the operation was aborted by the unknown reason.
|
||||
|
||||
For more information on the error/warning reporting system, see the chapter @ref occt_algorithms_ers "Errors and warnings reporting system" of Boolean operations user guide.
|
||||
For more information on the error/warning reporting system, see the chapter @ref specification__boolean_ers "Errors and warnings reporting system" of Boolean operations user guide.
|
||||
|
||||
<b>Parallel processing mode</b> - allows running the algorithm in parallel mode obtaining the result faster.
|
||||
|
||||
@@ -3552,7 +3552,7 @@ The algorithm returns the following alerts:
|
||||
* *BOPAlgo_AlertUnableToMakeIdentical* - Error alert is given if splitting of the shape by its moved copies has failed;
|
||||
* *BOPAlgo_AlertUnableToRepeat* - Warning alert is given if the gluing of the repeated shapes has failed.
|
||||
|
||||
For more information on the error/warning reporting system please see the chapter @ref occt_algorithms_ers "Errors and warnings reporting system" of Boolean operations user guide.
|
||||
For more information on the error/warning reporting system please see the chapter @ref specification__boolean_ers "Errors and warnings reporting system" of Boolean operations user guide.
|
||||
|
||||
@subsection occt_modalg_makeperiodic_usage Usage
|
||||
|
||||
@@ -3616,7 +3616,7 @@ For more details on the periodicity commands please refer the @ref occt_draw_mak
|
||||
|
||||
To track the history of a shape modification during MakePeriodic operation the @ref occt_draw_hist "standard history commands" can be used.
|
||||
|
||||
To have possibility to access the error/warning shapes of the operation use the *bdrawwarnshapes* command before running the algorithm (see command usage in the @ref occt_algorithms_ers "Errors and warnings reporting system" of Boolean operations user guide).
|
||||
To have possibility to access the error/warning shapes of the operation use the *bdrawwarnshapes* command before running the algorithm (see command usage in the @ref specification__boolean_ers "Errors and warnings reporting system" of Boolean operations user guide).
|
||||
|
||||
@subsection occt_modalg_makeperiodic_examples Examples
|
||||
|
||||
@@ -3642,7 +3642,7 @@ bcut result plate drills
|
||||
@section occt_modalg_makeconnected Making touching shapes connected
|
||||
|
||||
Open CASCADE Technology provides tools for making the same-dimensional touching shapes connected (or glued), i.e. for making the coinciding geometries topologically shared among shapes.
|
||||
To make the shapes connected they are glued by the means of @ref occt_algorithms_7 "General Fuse algorithm". The option BOPAlgo_GlueShift is used, thus if the input shapes have been interfering the algorithm will be unable to recognize this.
|
||||
To make the shapes connected they are glued by the means of @ref specification__boolean_7 "General Fuse algorithm". The option BOPAlgo_GlueShift is used, thus if the input shapes have been interfering the algorithm will be unable to recognize this.
|
||||
|
||||
Making the group of shapes connected can be useful e.g. before meshing the group. It will allow making the resulting mesh conformal.
|
||||
|
||||
@@ -3700,7 +3700,7 @@ The algorithm returns the following alerts:
|
||||
* *BOPAlgo_AlertUnableToMakePeriodic* - warning alert is given if the periodicity maker is unable to make the connected shape periodic with given options;
|
||||
* *BOPAlgo_AlertShapeIsNotPeriodic* - warning alert is given on the attempt to repeat the shape before making it periodic.
|
||||
|
||||
For more information on the error/warning reporting system please see the chapter @ref occt_algorithms_ers "Errors and warnings reporting system" of Boolean operations user guide.
|
||||
For more information on the error/warning reporting system please see the chapter @ref specification__boolean_ers "Errors and warnings reporting system" of Boolean operations user guide.
|
||||
|
||||
@subsection occt_modalg_makeconnected_usage Usage
|
||||
|
||||
@@ -3780,4 +3780,4 @@ For more details on the connexity commands please refer the @ref occt_draw_makec
|
||||
|
||||
To track the history of a shape modification during MakeConnected operation the @ref occt_draw_hist "standard history commands" can be used.
|
||||
|
||||
To have possibility to access the error/warning shapes of the operation use the *bdrawwarnshapes* command before running the algorithm (see command usage in the @ref occt_algorithms_ers "Errors and warnings reporting system" of Boolean operations user guide).
|
||||
To have possibility to access the error/warning shapes of the operation use the *bdrawwarnshapes* command before running the algorithm (see command usage in the @ref specification__boolean_ers "Errors and warnings reporting system" of Boolean operations user guide).
|
||||
|
Reference in New Issue
Block a user