mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2024-11-15 18:18:35 +05:00
Add documentation for the python module sketcher.py
This commit is contained in:
parent
10c8c3b62f
commit
50e7c6671c
@ -16,6 +16,15 @@ code documentation included in source python files.
|
|||||||
.. automodule:: salome.geom.geomtools
|
.. automodule:: salome.geom.geomtools
|
||||||
:members:
|
:members:
|
||||||
|
|
||||||
|
:mod:`sketcher` -- Wrapper to help the creation of simple sketches
|
||||||
|
------------------------------------------------------------------
|
||||||
|
|
||||||
|
.. automodule:: salome.geom.sketcher
|
||||||
|
:members:
|
||||||
|
|
||||||
|
.. autoclass:: Sketcher
|
||||||
|
:members:
|
||||||
|
|
||||||
:mod:`structelem` -- Structural elements package
|
:mod:`structelem` -- Structural elements package
|
||||||
------------------------------------------------
|
------------------------------------------------
|
||||||
|
|
||||||
|
@ -5,10 +5,13 @@ General presentation of the GEOM python package
|
|||||||
|
|
||||||
The GEOM python package essentially contains:
|
The GEOM python package essentially contains:
|
||||||
|
|
||||||
|
* Utility functions to handle GEOM items in Salome study.
|
||||||
|
* Wrapping functions to help the usage of existing tools:
|
||||||
|
|
||||||
|
- a sketcher module to create sketches from the python API
|
||||||
* The visualization of structural elements: a function to create
|
* The visualization of structural elements: a function to create
|
||||||
geometrical 3D representations of mechanical models called
|
geometrical 3D representations of mechanical models called
|
||||||
"structural elements".
|
"structural elements".
|
||||||
* Utility functions to handle GEOM items in Salome study.
|
|
||||||
|
|
||||||
The functions are distributed in the python package
|
The functions are distributed in the python package
|
||||||
``salome.geom``. For example, the usage of the visualization of
|
``salome.geom``. For example, the usage of the visualization of
|
||||||
|
Loading…
Reference in New Issue
Block a user