#include <HIOUtilityPDF.h>
Public Member Functions | |
bool | ExportAnnotations () const |
void | ExportAnnotations (bool onoff) |
bool | ExportLines () const |
void | ExportLines (bool onoff) |
HU3DOptions () | |
void | Reset () |
Public Attributes | |
bool | m_bExportAnnotations |
bool | m_bExportLines |
DEPRECATED -> this class is no longer supported or maintained and may be removed in the future. Developers who were using this class in order to export 3D-PDF content should migrate to the HOOPS Exchange/Publish support for the PRC format.
The HU3DOptions class provides information to the HIOUtilityU3D class to output U3D files.
|
inline |
Constructs an HU3DOptions object.
|
inline |
returns true if we are exporting annotations.
|
inline |
pass in true to export annotations.
|
inline |
returns true if we are exporting lines.
|
inline |
pass in true to export lines.
|
inline |
This method sets this class to a default state.
bool HU3DOptions::m_bExportAnnotations |
If in 3D mode, export annotations optionally.
bool HU3DOptions::m_bExportLines |
If in 3D mode, export lines optionally.