From: eap Date: Tue, 3 May 2005 13:01:11 +0000 (+0000) Subject: PostPro 2005, T1.5: 2D fields displayed in 3D. Add methods about presentation type... X-Git-Tag: V2_2_0_VISU_improvement_2005-05-27~34 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=4f85100e81894ce2a8a049db3da54d75c4e0e2a9;p=modules%2Fvisu.git PostPro 2005, T1.5: 2D fields displayed in 3D. Add methods about presentation type to Plot3D --- diff --git a/idl/VISU_Gen.idl b/idl/VISU_Gen.idl index 6c5f0d50..46c1e0f0 100644 --- a/idl/VISU_Gen.idl +++ b/idl/VISU_Gen.idl @@ -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.