Salome HOME
NRI : First integration.
[modules/smesh.git] / src / SMDS / SMDSEdit.cdl
1 -- File:        SMDSEdit.cdl
2 -- Created:     Wed May 15 21:35:28 2002
3 -- Author:      Jean-Michel BOULCOURT
4 --              <jmb@localhost.localdomain>
5 ---Copyright:    Matra Datavision 2002
6
7
8 package SMDSEdit 
9
10         ---Level : Public. 
11         --  All methods of all  classes will be public.
12
13         ---Purpose: This package provides tool classes to edit or modify
14         --          Meshes or MeshElements
15         --          
16
17 uses
18     SMDS,
19     gp
20 is
21     class Transform;
22     ---Purpose: tool class to modify a Mesh or MeshElements by a Transformation
23     
24 end SMDSEdit;