From 4f85100e81894ce2a8a049db3da54d75c4e0e2a9 Mon Sep 17 00:00:00 2001 From: eap Date: Tue, 3 May 2005 13:01:11 +0000 Subject: [PATCH] PostPro 2005, T1.5: 2D fields displayed in 3D. Add methods about presentation type to Plot3D --- idl/VISU_Gen.idl | 11 +++++++++++ 1 file changed, 11 insertions(+) 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. -- 2.39.2