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:ref:Export SCS Module <group__a3d__publishhtml__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:c:macro:~kA3DWebOutFormatHtml.

A3DWebOutPdfFormat A3DRWParamsExportHtmlData.m_ePdfOutputFormat

enumeration value to define the ouput of the PDF structure (see:c:enum:~A3DWebOutPdfFormat). Default is:c:enumerator:~kA3DWebOutPdfFormatXml.

A3DUns8 A3DRWParamsExportHtmlData.m_i3dOutputFormat

flag that describe in which format the export has to be done (see:ref:HTML Module <group__a3d__publishhtml__module>module). Default is:c:macro:~kA3DWebOutFormatHtml.

A3DRWHtmlOfflineData const *A3DRWParamsExportHtmlData.m_pHtmlOfflineData

When exporting a PDF file using a:c:enum:~A3DWebEHtmlOutputModeoffline variants, this field must be set to a valid reference to an:c:struct:~A3DRWHtmlOfflineDatainstance.

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:c:struct:~A3DRwHtmlMetaTagto be injected into the output HTML document.