0022627: Change OCCT memory management defaults
[occt.git] / src / PGeom / PGeom_Geometry.cdl
CommitLineData
7fd59977 1-- File: PGeom_Geometry.cdl
2-- Created: Mon Feb 22 17:09:16 1993
3-- Author: Philippe DAUTRY
4-- <fid@phobox>
5-- Copyright: Matra Datavision 1993
6
7
8deferred class Geometry from PGeom inherits Persistent
9
10 ---Purpose : The general abstract class Geometry in 3D space
11 -- describes the common behaviour of all the geometric
12 -- entities.
13 --
14 ---See Also : Geometry from Geom.
15
16
17is
18
19end;