0025252: Slow down in reading of .brep on VS2011
[occt.git] / src / GeomTools / GeomTools.cdl
index 1fbe341..51a0f20 100644 (file)
@@ -79,6 +79,11 @@ is
     
     GetUndefinedTypeHandler returns UndefinedTypeHandler from GeomTools;
 
+    GetReal(IS : out IStream from Standard; theValue : out Real from Standard);
+      ---Purpose: Reads the Standard_Real value from the stream. Zero is read 
+      ---         in case of error
+
+
 end GeomTools;