Create3dPDFResult

A complex data type that stores the results of Create3d PDF operation and Create3d PDFCustom operation operations that the Generate 3D PDF service provides.

For information about data that can be accessed using Xpath Expressions, see Data items .

Data items

The data items that Create3dResult variables contain.

conversionLog

A document value that represents the log file for the conversion of an input file to a 3D PDF document.

The following error codes can appear in the log file:

0:
The PDF document was created successfully.

1:
The conversion failed due to a generic error.

2:
The conversion failed due to an error in the number of inputs.

3:
The conversion failed due to an error in the customization settings.

4:
The conversion failed due to an error with the PDF 3D settings.

5:
The conversion failed due to an error in the log file.

6:
The conversion failed due to an error in the A3DReviewer.exe application.

7:
The conversion failed because the input CAD file cannot be found.

8:
The conversion failed due to an error in creating the A3DReviewer document.

9:
The conversion failed because the A3DReviewer document is empty.

10:
The conversion failed due to an error in removing the A3DReviewer document.

11:
The conversion failed due to an error while creating the PDF document.

The following is an example of a successful conversion of a file to a three-dimensional PDF document:

2008/03/06 09:32:17 <I> ***************************************************** 
2008/03/06 09:32:17 <I> ****  PDFG3dAddin 
2008/03/06 09:32:17 <I> ****  PDFG3dAddin Version : 1.0.0.1.2 
2008/03/06 09:32:17 <I> ****  A3DReviewer Version : 90000093 
2008/03/06 09:32:17 <I> ****   
2008/03/06 09:32:17 <I> ****  Log level : Info 
2008/03/06 09:32:17 <I> ***************************************************** 
2008/03/06 09:32:17 <I> 
2008/03/06 09:32:17 <I> Cad Log : 
2008/03/06 09:32:17 <I>  
Adobe 3D Reviewer Application 
CATIA (TM) file reader. 
Reading data from file: C:\Documents and Settings\Administrator\Local Settings\Temp\pdfg3d-Administrator\b7\4495-36f1f1-89b6eb-6b069e-137e3d-57e495\pdfg3d-in 
------------------------------------------------------------------- 
----------- Reader options                                                -------------------------------------- 
------------------------------------------------------------------- 
---- General read options                                                                        ------------------------ 
Reading Mode                                                : B-rep 
---- Standard read options                                                                        ------------------------ 
Solids                                                : Yes 
Surfaces                                                : Yes 
Wireframes                                                : Yes 
3D PMI                                                : Yes 
Hidden objects                                                : No 
Construction & References                                                 : No 
Active Filter                                                : No 
---- General assembly read options                                                                        ------------------------ 
Load product structure only                                                : No 
Search directories 
Directory                                                : C:\Documents and Settings\Administrator\Local Settings\Temp\pdfg3d-Administrator\b7\44rea95-36f1f1-89b6eb-6b069e-137e3d-57e495 
Logical name                                                : N/A 
Recursive search                                                : No 
---- Specific assembly read options                                                                        ------------------------ 
Search in other DDNAME                                                : No 
------------------------------------------------------------------- 
---------- File Information                                                -------------------------------------- 
------------------------------------------------------------------- 
Model name                                                : TST 0014 : CAPOT PSA 3D 
Version/Release                                                : CATIA SOLUTIONS V4   RELEASE 1.7 FR 4.1.7 
Unit (multiple of mm)                                                : 1 
Model dimension                                                : 10000.000000 
3d tolerance (TOLCV)                                                : 0.100000 
3d granularity (TOLPT)                                                : 0.001000 
Model scale                                                : 1.000000 
User                                                : administrator  
Date Last Modification                                                : 97.178   
Time Last Modification                                                : 16.15.04 
Code Page                                                : ISO-8859-1 
------------------------------------------------------------------- 
---------- Reading phase                                                -------------------------------------- 
------------------------------------------------------------------- 
------------------------------------------------------------------- 
---------- Summary                                                -------------------------------------- 
------------------------------------------------------------------- 
Details: 
OUT OF FILTER                                SUCCESS                    FAIL                    NOT IMPLEMENTED                                TYPE 
            0                        1                    0                            0                    3-axis system (8) 
            0                        1                    0                            0                    Solid (17) 
     --------------------------------------------------------------------- 
            0                        2                    0                            0                    TOTAL 
Standard: 
            TO BE PROCESSED                                            | FAILURE                |                CREATED                 
    -------------------------------------------------------------------------- 
            1 Solid [196]                                            |        0        |                1 Solid [196]                                    | 
    |         1 Coordinate system                                            |        0         |                1 Coordinate system                                    | 
    -------------------------------------------------------------------------- 
            2                                            |        0        |                2 TOTAL 
CPU time                    0.230 sec 
2008/03/06                    09:32:19 <I> Conversion succeeded

conversionResult

A document value that represents the converted 3D PDF document.

// Ethnio survey code removed