summaryrefslogtreecommitdiff
path: root/src/StepGeom/StepGeom_SurfaceCurveAndBoundedCurve.cxx
blob: d00ca6047f8844808395916b2e3dcab521ef1b95 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// File:	StepGeom_SurfaceCurveAndBoundedCurve.cxx
// Created:	Mon Feb 15 10:37:53 1999
// Author:	Andrey BETENEV
//		<abv@doomox.nnov.matra-dtv.fr>


#include <StepGeom_SurfaceCurveAndBoundedCurve.ixx>


StepGeom_SurfaceCurveAndBoundedCurve::StepGeom_SurfaceCurveAndBoundedCurve () 
{
}
     
Handle(StepGeom_BoundedCurve) &StepGeom_SurfaceCurveAndBoundedCurve::BoundedCurve ()
{
  return myBoundedCurve;
}