0023709: Redesign of hlrtest command: vhlr and vhlrtype commands were added; hlr...
[occt.git] / src / HLRBRep / HLRBRep_Curve.lxx
index 9b93d91..5074506 100755 (executable)
@@ -45,6 +45,14 @@ inline void HLRBRep_Curve::Projector(const Standard_Address Proj)
 inline BRepAdaptor_Curve& HLRBRep_Curve::Curve()
 { return myCurve; }
 
+//=======================================================================
+//function : GetCurve
+//purpose  : 
+//=======================================================================
+
+inline const BRepAdaptor_Curve& HLRBRep_Curve::GetCurve() const
+{ return myCurve; }
+
 //=======================================================================
 //function : Value3D
 //purpose  :