summaryrefslogtreecommitdiff
path: root/inc/AIS_MultipleConnectedShape.lxx
blob: b1cb1e6b2988ee5d1910d300a060545c38562f90 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// File:	AIS_MultipleConnectedShape.lxx
// Created:	Tue Apr 22 17:46:40 1997
// Author:	Guest Design
//		<g_design>

inline void AIS_MultipleConnectedShape::Set(const TopoDS_Shape& ashap)
{
  myShape = ashap;
}

inline const TopoDS_Shape& 
AIS_MultipleConnectedShape::Shape() const 
{
  return myShape;
}