mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
0027156: Doxygen warnings on overview docs
Documentation corrected to avoid Doxygen warnings
This commit is contained in:
parent
92a206a3dd
commit
290f0085d4
@ -1290,8 +1290,8 @@ Allowed options are:
|
||||
* -s AREA: command sprops, computes the mass properties of all faces with a surface density of 1
|
||||
* -v VOLUME: command vprops, computes the mass properties of all solids with a density of 1
|
||||
* -eps EPSILON: the epsilon defines relative precision of computation
|
||||
* -equal SHAPE: compare area\volume\length of input shapes. Puts error if its are not equal
|
||||
* -notequal SHAPE: compare area\volume\length of input shapes. Puts error if its are equal
|
||||
* -equal SHAPE: compare area/volume/length of input shapes. Puts error if its are not equal
|
||||
* -notequal SHAPE: compare area/volume/length of input shapes. Puts error if its are equal
|
||||
|
||||
Options -l, -s and -v are independent and can be used in any order. Tolerance epsilon is the same for all options.
|
||||
|
||||
|
@ -714,7 +714,7 @@ setenv CSF_NewFormatDefaults MyApplicationPath/MyResources
|
||||
|
||||
Once these steps are taken you may run your application, create documents and Save/Open them. These resource files already exist in the OCAF (format "Standard").
|
||||
|
||||
If you use your specific attributes from packages, for example, <i>P-, M-</i> and *TMyAttributePackage* (see @ref occt_ocaf_3_4_6 "Specific attribute creation") you must take some additional steps for the new plugin implementation:
|
||||
If you use your specific attributes from packages, for example, <i>P-, M-</i> and *TMyAttributePackage* (see @ref occt_ocaf_3_5_6 "Specific attribute creation") you must take some additional steps for the new plugin implementation:
|
||||
|
||||
1. Add our *P* package to the standard schema. You can get an already existing (in Open CASCADE Technology sources) schema from *StdSchema* unit and add your package string to the cdl-file: package *PMyAttributePackage*.
|
||||
2. The next step consists in the implementation of an executable, which will connect our documents to our application and open/save them. Copy the package *PAppStdPlugin* and change its name to *MyTheBestApplicationPlugin*. In the *PLUGIN* macros type the name of your factory, which will be defined at the next step.
|
||||
|
@ -99,8 +99,8 @@ aContext -> Display(anAis);
|
||||
|
||||
The shape is created using the *BRepPrimAPI_MakeWedge* command. An *AIS_Shape* is then created from the shape. When calling the *Display* command, the interactive context calls the Compute method of the presentable object to calculate the presentation data and transfer it to the viewer. See figure below.
|
||||
|
||||
@image html visualization_image004.png "Processes involved in displaying a presentable shape"
|
||||
@image latex visualization_image004.png "Processes involved in displaying a presentable shape"
|
||||
@image html visualization_image004.svg "Processes involved in displaying a presentable shape"
|
||||
@image latex visualization_image004.svg "Processes involved in displaying a presentable shape"
|
||||
|
||||
@subsection occt_visu_2_2 Selection
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user