mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-19 13:40:49 +03:00
Removed: - packages PColPGeom, PColPGeom2d - in Geom package: classes SequenceOfBoundedSurface, (H)SequenceOfSurface - in TColGeom package: classes Array1OfBoundedCurve, (H)Array1OfBoundedSurface, HArray1OfBoundedCurve, (H)Array2OfBoundedSurface, (H)Array2OfBSplineSurface, HArray2OfBezierSurface, (H)SequenceOfBoundedSurface, HSequenceOfSurface - in TColGeom2d package: classes (H)Array1OfGeometry, (H)Array1OfBoundedCurve, HSequenceOfGeometry
37 lines
1.0 KiB
Plaintext
37 lines
1.0 KiB
Plaintext
-- Created on: 1996-07-05
|
|
-- Created by: Design
|
|
-- Copyright (c) 1996-1999 Matra Datavision
|
|
-- Copyright (c) 1999-2014 OPEN CASCADE SAS
|
|
--
|
|
-- This file is part of Open CASCADE Technology software library.
|
|
--
|
|
-- This library is free software; you can redistribute it and/or modify it under
|
|
-- the terms of the GNU Lesser General Public License version 2.1 as published
|
|
-- by the Free Software Foundation, with special exception defined in the file
|
|
-- OCCT_LGPL_EXCEPTION.txt. Consult the file LICENSE_LGPL_21.txt included in OCCT
|
|
-- distribution for complete text of the license and disclaimer of any warranty.
|
|
--
|
|
-- Alternatively, this file may be used under the terms of Open CASCADE
|
|
-- commercial license or contractual agreement.
|
|
|
|
schema ShapeSchema
|
|
|
|
is
|
|
|
|
|
|
---Category: inheritage and persistence basic tools
|
|
|
|
package ObjMgt;
|
|
|
|
package PTopLoc;
|
|
package PColgp;
|
|
package PGeom2d;
|
|
package PGeom;
|
|
package PPoly;
|
|
package PTopoDS;
|
|
package PBRep;
|
|
|
|
package PCDMShape; -- class Document from PCDM.
|
|
|
|
end ShapeSchema;
|