From 045ffaf514c28ff405d0562d17c9f17f51cd469e Mon Sep 17 00:00:00 2001 From: vsv Date: Tue, 17 May 2005 11:18:51 +0000 Subject: [PATCH] Introduce Set/Get Offset functions for Prs3d interface --- idl/VISU_Gen.idl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/idl/VISU_Gen.idl b/idl/VISU_Gen.idl index c8421de0..9bbe6ac2 100644 --- a/idl/VISU_Gen.idl +++ b/idl/VISU_Gen.idl @@ -267,6 +267,8 @@ This is a root class for all 3D presentations, which can be displayed in %VISU m */ interface Prs3d : PrsObject, SALOME::GenericObj{ //interface Prs3d : PrsObject{ + void SetOffset(in float theDx, in float theDy, in float theDz); + void GetOffset(out float theDx, out float theDy, out float theDz); }; /*! This enumeration contains a set of elements defining the -- 2.39.2