summaryrefslogtreecommitdiff
path: root/src/PTopoDS/PTopoDS_TCompound.cxx
blob: 350e9593db85441401c7b3c42558e615b2bf90cc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
// File:	PTopoDS_TCompound.cxx
// Created:	Tue Mar  9 14:04:24 1993
// Author:	Remi LEQUETTE
//		<rle@phobox>

#include <PTopoDS_TCompound.ixx>

//=======================================================================
//function : PTopoDS_TCompound
//purpose  : 
//=======================================================================

PTopoDS_TCompound::PTopoDS_TCompound() 
{
}



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

TopAbs_ShapeEnum PTopoDS_TCompound::ShapeType() const
{
  return TopAbs_COMPOUND;
}