0022627: Change OCCT memory management defaults
[occt.git] / src / PGeom / PGeom_Plane.cdl
1 -- File:        PGeom_Plane.cdl
2 -- Created:     Tue Mar  2 10:23:54 1993
3 -- Author:      Philippe DAUTRY
4 --              <fid@phylox>
5 -- Copyright:    Matra Datavision 1993
6
7
8 class Plane from PGeom inherits ElementarySurface from PGeom
9
10         ---Purpose : This class describes the infinite plane.
11         --         
12         ---See Also : Plane from Geom.
13
14
15 uses Ax3      from gp
16
17 is
18
19
20   Create returns mutable Plane from PGeom;
21         ---Purpose: Create a plane with default values.
22         ---Level: Internal 
23
24
25   Create (aPosition : Ax3 from gp)
26         returns mutable Plane from PGeom;
27         ---Purpose: Creates a Plane with these field values.
28         ---Level: Internal 
29
30
31 end;
32