A3DRWParamsExportHtmlData

struct A3DRWParamsExportHtmlData

A structure that specifies parameters used to write a model file to HTML format.

14.1

Variables

A3DBool A3DRWParamsExportHtmlData.m_bIncludeMeasurementInformation

A value of A3D_TRUE includes the measurement information in the SCS representation.

A3DUTF8Char const *A3DRWParamsExportHtmlData.m_pcHtmlTemplateName

(see Export SCS Module).

File name for input HTML file to be used as template.

A3DUTF8Char const *A3DRWParamsExportHtmlData.m_pcAdditionalFontDirectory

Path to a directory where additional fonts can be found.

A3DUTF8Char const *A3DRWParamsExportHtmlData.m_pcSubstitutionFont

The font used to replace any fonts that are not installed on the computer.

A3DWebEHtmlOutputMode A3DRWParamsExportHtmlData.m_eHtmlOutputMode

Manages the number of files exported. This value is only used if the export is called with kA3DWebOutFormatHtml.

A3DWebOutPdfFormat A3DRWParamsExportHtmlData.m_ePdfOutputFormat

enumeration value to define the ouput of the PDF structure (see A3DWebOutPdfFormat). Default is kA3DWebOutPdfFormatXml.

A3DUns8 A3DRWParamsExportHtmlData.m_i3dOutputFormat

flag that describe in which format the export has to be done (see a3d_publishhtml_module module). Default is kA3DWebOutFormatHtml.

A3DRWHtmlOfflineData const *A3DRWParamsExportHtmlData.m_pHtmlOfflineData

When exporting a PDF file using a A3DWebEHtmlOutputMode offline variants, this field must be set to a valid reference to an A3DRWHtmlOfflineData instance.

A3DUTF8Char const *A3DRWParamsExportHtmlData.m_pcOutputDocumentTitle

Name of the HTML document inside a web browser.

A3DUns16 A3DRWParamsExportHtmlData.m_uiOutputDocumentMetaTagsCount

The size of m_pOutputDocumentMetaTags.

A3DRwHtmlMetaTag const *A3DRWParamsExportHtmlData.m_pOutputDocumentMetaTags

Array of A3DRwHtmlMetaTag to be injected into the output HTML document.