0022312: Translation of french commentaries in OCCT files
[occt.git] / src / DsgPrs / DsgPrs_XYZPlanePresentation.cdl
1 -- File:        DsgPrs_XYZPlanePresentation.cdl
2 -- Created:     Mon Feb 10 14:50:11 1997
3 -- Author:      Odile Olivier
4 --              <odl@sacadox.paris1.matra-dtv.fr>
5 ---Copyright:    Matra Datavision 1997
6
7
8 class XYZPlanePresentation from DsgPrs
9         ---Purpose: A framework for displaying the planes of an XYZ trihedron.
10 uses
11
12     Presentation from Prs3d,
13     Drawer       from Prs3d,
14     Pnt          from gp
15
16 is
17
18     Add(myclass;
19         aPresentation: Presentation from Prs3d;
20         aDrawer      : Drawer from Prs3d;
21         aPt1         : Pnt    from gp;
22         aPt2         : Pnt    from gp;
23         aPt3         : Pnt    from gp);
24          
25         ---Purpose: Draws each plane of a trihedron displayed in the
26         -- presentation aPresentation and with attributes
27         -- defined by the attribute manager aDrawer. Each
28         -- triangular plane is defined by the points aPt1 aPt2 and aPt3.
29
30 end XYZPlanePresentation;