X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fmed.git;a=blobdiff_plain;f=doc%2Fdev%2Fsphinx%2Ffields_arch_med_presentation_py.rst;fp=doc%2Fdev%2Fsphinx%2Ffields_arch_med_presentation_py.rst;h=88d66f633bc65563500a7270fe51ab281d5da04e;hp=0000000000000000000000000000000000000000;hb=70087ddf60110c529327c7016daf1cd96e86df19;hpb=b8386c78fb04771cd41205f09e89b55d17b7116e diff --git a/doc/dev/sphinx/fields_arch_med_presentation_py.rst b/doc/dev/sphinx/fields_arch_med_presentation_py.rst new file mode 100644 index 000000000..88d66f633 --- /dev/null +++ b/doc/dev/sphinx/fields_arch_med_presentation_py.rst @@ -0,0 +1,26 @@ +:orphan: + +.. _fields_arch_med_presentation_py_page: + +****************************** +``medpresentation`` Python API +****************************** + +.. literalinclude:: ../../../src/MEDCalc/tui/medpresentation.py + :language: python + :start-after: begin of MakePlot3D + :end-before: end of MakePlot3D + +.. literalinclude:: ../../../src/MEDCalc/tui/medpresentation.py + :language: python + :start-after: begin of GetPlot3DParameters + :end-before: end of GetPlot3DParameters + +Method ``__GetGENERICParameters`` is an internal helper method that calls ``getPlot3DParameters`` function of ``MEDPresentationManager`` CORBA service. + +.. literalinclude:: ../../../src/MEDCalc/tui/medpresentation.py + :language: python + :start-after: begin of UpdatePlot3D + :end-before: end of UpdatePlot3D + +Method ``__GetGENERICParameters`` is an internal helper method that calls ``updatePlot3D`` function of ``MEDPresentationManager`` CORBA service.