summaryrefslogtreecommitdiff
path: root/src/TopoDS/TopoDS_TEdge.cxx
blob: 383f65d48a06737bbe9c162e57d103b120e2f3f7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// File:	TopoDS_TEdge.cxx
// Created:	Thu Apr 11 16:21:48 1991
// Author:	Remi LEQUETTE

#include <TopoDS_TEdge.ixx>

#include <TopAbs.hxx>

//=======================================================================
//function : ShapeType
//purpose  : 
//=======================================================================

TopAbs_ShapeEnum TopoDS_TEdge::ShapeType() const
{
  return TopAbs_EDGE;
}