]> SALOME platform Git repositories - modules/visu.git/commitdiff
Salome HOME
Small changes in documentation comments(it concerns IPAL19693).
authormzn <mzn@opencascade.com>
Fri, 6 Jun 2008 14:50:25 +0000 (14:50 +0000)
committermzn <mzn@opencascade.com>
Fri, 6 Jun 2008 14:50:25 +0000 (14:50 +0000)
idl/VISU_Gen.idl

index bfd1dc91398daef78ab1cf311d4147152990d5c6..1fb8fa03fa6f1d2f186459ca4b2b382beadec95a 100644 (file)
@@ -1618,11 +1618,15 @@ module VISU {
 
     /*! Sets the type of presentation (vectors, deformed shape etc.)
      *  which will be generated by the method <VAR>generatePresentations</VAR>.
+     *  \note \c addField() method should be called before in order to add field
+     *  with number \c theFieldNum.
      */
     void setPresentationType(in long theFieldNum, in VISUType theType);
 
     /*! Gets the type of presentation (vectors, deformed shape etc.) which will
-     * be generated by the method <VAR>generatePresentations</VAR>.
+     *  be generated by the method <VAR>generatePresentations</VAR>.
+     *  \note \c addField() method should be called before in order to add field
+     *  with number \c theFieldNum.
      */
     VISUType getPresentationType(in long theFieldNum);