0022649: Export to EMF not available
[occt.git] / src / Visual3d / Visual3d_View.cdl
index 91ef918..476e1cb 100755 (executable)
@@ -1230,12 +1230,17 @@ is
        --          currently used in triedron displaying
 
         Export( me;
-                FileName         : CString from Standard;
-                Format           : ExportFormat from Graphic3d;
-                SortType         : SortType from Graphic3d = Graphic3d_ST_BSP_Tree;
-                Precision        : Real from Standard = 0.005;
-                ProgressBarFunc  : Address from Standard = NULL;
-                ProgressObject   : Address from Standard = NULL );
+                theFileName        : CString from Standard;
+                theFormat          : ExportFormat from Graphic3d;
+                theSortType        : SortType from Graphic3d = Graphic3d_ST_BSP_Tree;
+                thePrecision       : Real from Standard = 0.005;
+                theProgressBarFunc : Address from Standard = NULL;
+                theProgressObject  : Address from Standard = NULL )
+        returns Boolean from Standard;
+    ---Purpose:
+    -- Export scene into the one of the Vector graphics formats (SVG, PS, PDF...).
+    -- In contrast to Bitmaps, Vector graphics is scalable (so you may got quality benefits on printing to laser printer).
+    -- Notice however that results may differ a lot and do not contain some elements.
 
 fields