mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2025-01-22 05:10:33 +05:00
Implementation of the "0020839: EDF 1370 DOC : Update of the TUI features documentation / help(aMethod)" issue.
This commit is contained in:
parent
eed87c32e4
commit
4fba47faef
@ -33,9 +33,7 @@ usr_docs: doxyfile_tui doxyfile_py doxyfile
|
|||||||
echo "===========================================" ; \
|
echo "===========================================" ; \
|
||||||
echo "Replacing geompyDC by geompy" ; \
|
echo "Replacing geompyDC by geompy" ; \
|
||||||
echo "===========================================" ; \
|
echo "===========================================" ; \
|
||||||
sed -e "/class geompyDC/d" -e "s/^ *#/#/g" -e "s/^ *def /def /g" \
|
$(KERNEL_ROOT_DIR)/bin/salome/prepare_generating_doc.py geompy.py $(top_srcdir)/src/GEOM_SWIG/geompyDC.py geompy ; \
|
||||||
-e "s/geompyDC/geompy/g" $(top_srcdir)/src/GEOM_SWIG/geompyDC.py > \
|
|
||||||
./geompy.py ; \
|
|
||||||
echo "===========================================" ; \
|
echo "===========================================" ; \
|
||||||
echo "Generating examples documentation" ; \
|
echo "Generating examples documentation" ; \
|
||||||
echo "===========================================" ; \
|
echo "===========================================" ; \
|
||||||
|
@ -99,8 +99,8 @@ EXAMPLE_RECURSIVE = NO
|
|||||||
#---------------------------------------------------------------------------
|
#---------------------------------------------------------------------------
|
||||||
#Input related options
|
#Input related options
|
||||||
#---------------------------------------------------------------------------
|
#---------------------------------------------------------------------------
|
||||||
INPUT = .
|
INPUT = . @top_srcdir@/idl
|
||||||
FILE_PATTERNS = geompy.py
|
FILE_PATTERNS = geompy.py GEOM_Gen.idl
|
||||||
IMAGE_PATH = @srcdir@/images
|
IMAGE_PATH = @srcdir@/images
|
||||||
EXAMPLE_PATH = @top_srcdir@/src/GEOM_SWIG
|
EXAMPLE_PATH = @top_srcdir@/src/GEOM_SWIG
|
||||||
RECURSIVE = NO
|
RECURSIVE = NO
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
select <b>Repair - > Shape Processing</b>.
|
select <b>Repair - > Shape Processing</b>.
|
||||||
\n This operation processes one or more shapes using various operators.
|
\n This operation processes one or more shapes using various operators.
|
||||||
|
|
||||||
\n The \b Result will be a \b GEOM_Object.
|
\n The \b Result will be a \b GEOM.GEOM_Object.
|
||||||
|
|
||||||
\n <b>TUI Command:</b> <em>geompy.ProcessShape(Shape, Operators,
|
\n <b>TUI Command:</b> <em>geompy.ProcessShape(Shape, Operators,
|
||||||
Parameters, Values),</em> where \em Shape is a processed shape, \em Operators
|
Parameters, Values),</em> where \em Shape is a processed shape, \em Operators
|
||||||
|
1007
idl/GEOM_Gen.idl
1007
idl/GEOM_Gen.idl
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user