summaryrefslogtreecommitdiff
path: root/src/PTopoDS/PTopoDS_TCompound1.cxx
blob: 758a962939460e63db3a422f321b4ffa76acd5e5 (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_TCompound1.cxx
// Created:	Tue Mar  9 14:04:24 1993
// Author:	Remi LEQUETTE
//		<rle@phobox>

#include <PTopoDS_TCompound1.ixx>

//=======================================================================
//function : PTopoDS_TCompound1
//purpose  : 
//=======================================================================

PTopoDS_TCompound1::PTopoDS_TCompound1() 
{
}



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

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