0024023: Revamp the OCCT Handle -- ambiguity
[occt.git] / src / BRep / BRep_PointOnCurve.cdl
index 6ad1356..67e501f 100644 (file)
@@ -16,7 +16,7 @@
 
 class PointOnCurve from BRep inherits PointRepresentation from BRep
 
-       ---Purpose: 
+       ---Purpose: Representation by a parameter on a 3D curve.
 
 uses
     Curve    from Geom,
@@ -27,7 +27,7 @@ is
     Create(P : Real;
           C : Curve    from Geom;
           L : Location from TopLoc)
-    returns mutable PointOnCurve from BRep;
+    returns PointOnCurve from BRep;
     
     
     IsPointOnCurve(me)          returns Boolean