ENF to 3D PDF

Section Name [ENF23DPDF]

AngularTolerance

Specify the accuracy in polygon generation for 3D PDF export by the angle tolerance.
Specify by a positive real number up to 90. Please ensure that the value is greater than zero. (Unit: degree)
This is available for “CAD Validator” and “PDQ Checker” Components as well.
  • Default Value: 10

BackgroundColor

Specify the 3D view background color by RGB values (0-255).
Specify in the following format;
(R,G,B)
  • Default Value: (64,64,64)

CreateViewCarouselThumbnail

Specify whether to create thumbnails for carousel for model views.
This is effective only when “XConvertView=1 or 2”.
Please note that it will take longer when this is set to “1”.
  • Default Value: 1
  • Values
    • 0: Don’t create thumbnails
    • 1: Create thumbnails

CustomizedEnfPreProcessScript

Specify the customized Ruby script file for pre-processing of 3D PDF export by its absolute path.
Please note that this requires a 3D PDF Editor license.
  • Default Value:

CustomizedScript

Specify the customized Ruby script file for 3D PDF export by its absolute path.
This is effective and mandatory when “Script=Custom”.
  • Default Value:

CustomizedTemplatePdf

Specify the customized template PDF file for 3D PDF export by its absolute path.

  • Default Value:

FileAttachmentFolder

Specify file(s) to attach to the 3D PDF report by the folder path.
Please note that all files in the specified folder will be attached except for those in subfolders.
This is available for “CAD Validator” and “PDQ Checker” Components as well.
  • Default Value:

LengthTolerance

Specify the accuracy in polygon generation for 3D PDF export by the distance tolerance.
Specify by a positive real number. (Unit: mm)
This is available for “CAD Validator” and “PDQ Checker” Components as well.
  • Default Value: 0.1

SaveAsHtml

Specify whether to export in HTML as well when exporting a PDF file. HTML file will be saved in the Work folder.
Please note that this function is under development, and the exported HTML file is out of the technical support. (Especially the HTML file for CAD Validation report will have functional restrictions including basic ones.)

Please ensure to install Python 3.4 or later (64 bit version is recommended) <https://www.python.org/> and add it to PATH to make python command available on the computer to run “3D PDF Export” Component.

  • Default Value: 0
  • Values
    • 0: Don’t export in HTML (Export in PDF only)
    • 1: Export in HTML as well

Script

Specify which script file to use for 3D PDF export.
When selecting “Custom”, also specify the customized script file by its file path with “CustomizedScript”.
  • Default Value: Simple
  • Values
    • BasicTDP: Use a script to create TDP (Technical Data Package) from the standard installation
    • Custom: Use a customized script file specified with “CustomizedScript”
    • Simple: Use a basic script file from the standard installation

XConvertView

Specify whether to export PDF file including model views.
Please note that when there are many model views, the output file size, export time and the time taken to open the PDF will increase considerably.
  • Default Value: 2
  • Values
    • 0: Don’t convert model views
    • 1: Convert all model views
    • 2: Convert model views that belong to top parts/assemblies only