0025923: Remove small wires on face read from STEP
[occt.git] / src / PBRep / PBRep.cdl
CommitLineData
b311480e 1-- Created on: 1993-07-16
2-- Created by: Remi LEQUETTE
3-- Copyright (c) 1993-1999 Matra Datavision
973c2be1 4-- Copyright (c) 1999-2014 OPEN CASCADE SAS
b311480e 5--
973c2be1 6-- This file is part of Open CASCADE Technology software library.
b311480e 7--
d5f74e42 8-- This library is free software; you can redistribute it and/or modify it under
9-- the terms of the GNU Lesser General Public License version 2.1 as published
973c2be1 10-- by the Free Software Foundation, with special exception defined in the file
11-- OCCT_LGPL_EXCEPTION.txt. Consult the file LICENSE_LGPL_21.txt included in OCCT
12-- distribution for complete text of the license and disclaimer of any warranty.
b311480e 13--
973c2be1 14-- Alternatively, this file may be used under the terms of Open CASCADE
15-- commercial license or contractual agreement.
b311480e 16
7fd59977 17-- Update: Frederic MAUPAS
7fd59977 18
19
20package PBRep
21
22 ---Purpose: This package describes a persistent Boundary
23 -- Representation Data Structure inherited from the
24 -- abstract Topology defined in the PTopoDS package.
25 -- The geometric data are provided by the PGeom and
26 -- PGeom2d packages.
27
28uses
29 gp, -- Elementary geometry
30 PTopLoc, -- Local coordinate systems
31 TopAbs, -- Enumerations : Orientation, ShapeType
32 PTopoDS, -- Abstract topological data structure
33 GeomAbs, -- Enumerations : Shape
34 PGeom, -- 3D geometry : curves and surfaces
35 PGeom2d, -- 2D geometry : curves in parametric space
36 PPoly, -- Persistent Triangulations and Polygons
37 PColStd -- Persistent Standard Collection
38
39is
40
41 deferred class CurveRepresentation;
7fd59977 42
43 deferred class GCurve;
ff8178ef 44
7fd59977 45 class Curve3D;
ff8178ef 46
7fd59977 47 class CurveOnSurface;
7fd59977 48
49 class CurveOnClosedSurface;
7fd59977 50
51 class Polygon3D;
7fd59977 52
53 class PolygonOnTriangulation;
ff8178ef 54
7fd59977 55 class PolygonOnClosedTriangulation;
ff8178ef 56
7fd59977 57 class PolygonOnSurface;
7fd59977 58
59 class PolygonOnClosedSurface;
ff8178ef 60
7fd59977 61 class CurveOn2Surfaces;
ff8178ef 62
7fd59977 63 deferred class PointRepresentation;
ff8178ef 64
7fd59977 65 class PointOnCurve;
ff8178ef 66
7fd59977 67 deferred class PointsOnSurface;
ff8178ef 68
7fd59977 69 class PointOnCurveOnSurface;
7fd59977 70
71 class PointOnSurface;
7fd59977 72
73 class TFace;
ff8178ef 74
7fd59977 75 class TEdge;
7fd59977 76
77 class TVertex;
7fd59977 78
79 class TFace1;
ff8178ef 80
7fd59977 81 class TEdge1;
7fd59977 82
83 class TVertex1;
7fd59977 84
85end PBRep;