]> SALOME platform Git repositories - modules/visu.git/commitdiff
Salome HOME
PostPro 2005, T1.5: 2D fields displayed in 3D. Add methods about presentation type...
authoreap <eap@opencascade.com>
Tue, 3 May 2005 13:01:11 +0000 (13:01 +0000)
committereap <eap@opencascade.com>
Tue, 3 May 2005 13:01:11 +0000 (13:01 +0000)
idl/VISU_Gen.idl

index 6c5f0d502e392f823096031bae88129ddfee40f7..46c1e0f04f28fb5cbf311b7015d8f8864897385b 100644 (file)
@@ -556,6 +556,17 @@ Gets the scale of the presentatable object.
      */
     double GetScaleFactor();
 
+    /*!
+     *  Sets presentation type: contour or surface.
+     *  \param theIsContourPrs Define, whether presentation type is contour.
+     */
+    void SetContourPrs (in boolean theIsContourPrs );
+
+    /*!
+     *  Returns true if presentation type is contour.
+     */
+    boolean GetIsContourPrs();
+
     /*!
      *  Sets the number of contours.
      *  \param theNb The number of contours.