1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-08-19 13:40:49 +03:00

0022649: Export to EMF not available

This commit is contained in:
KGV
2011-10-21 17:22:11 +00:00
committed by bugmaster
parent aa17232c48
commit 5cedc27f81
8 changed files with 226 additions and 143 deletions

View File

@@ -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