]> SALOME platform Git repositories - modules/visu.git/commit
Salome HOME
To clarify IDL.
authorapo <apo@opencascade.com>
Fri, 1 Jun 2007 12:59:11 +0000 (12:59 +0000)
committerapo <apo@opencascade.com>
Fri, 1 Jun 2007 12:59:11 +0000 (12:59 +0000)
commitbf0330b08c352da5dcf132f65e9754128075e2f1
treead53f97d0038faeede8f77ac578af22ce4f0c40d
parenta25f38a6c17547e3723211869c5d5237231c7c4f
To clarify IDL.

1. It is forbiden to change input of Prs3d objects outside of "3D Cache System". So, corresponding functions are removed from IDL (but stays as it is in implementation)

2. "ScalaraMapOnDefomedShape" presentation was modified in the following way:
  a) Method
      void SetScalarField(in string theMeshName, in string theFieldName, in long theIteration, in Entity theEntity)
    was changed to the
      void SetScalarField(in Entity theEntity, in string theFieldName, in long theTimeStampNumber)
  b) Method
      string GetScalarCMeshName()
    was removed at all
  c) Method
      Entity GetScalarEEntity()
    was changed to the
      Entity GetScalarEntity();
  c) Method
      long GetScalarLIteration();
    was changed to the
      long GetScalarTimeStampNumber();
  d) Method
      string GetScalarCFieldName();
    was changed to the
      string GetScalarFieldName();
idl/VISU_Gen.idl