summaryrefslogtreecommitdiff
path: root/src/TopoDS/TopoDS_TEdge.cdl
blob: 61ff8e9d9784523c05b2098bfd699b807accc060 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
-- File:	TopoDS_TEdge.cdl
-- Created:	Mon Dec 17 09:53:25 1990
-- Author:	Remi Lequette
---Copyright:	 Matra Datavision 1990, 1992


deferred class TEdge from TopoDS inherits TShape from TopoDS

uses
    ShapeEnum from TopAbs

is
    Initialize ; 
    ---C++: inline
    ---Purpose: Construct an edge.

    ShapeType(me) returns ShapeEnum from TopAbs;
    ---Purpose: Returns  EDGE.

end TEdge;