HU3DOptions

Fields

bool

m_bExportLines

bool

m_bExportAnnotations

Functions

HU3DOptions

void

Reset

bool

ExportLines

void

ExportLines

bool

ExportAnnotations

void

ExportAnnotations

Detailed Description

class HU3DOptions

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.

Public Functions

inline HU3DOptions()

Constructs an HU3DOptions object.

inline void Reset()

This method sets this class to a default state.

inline bool ExportLines() const

returns true if we are exporting lines.

inline void ExportLines(bool onoff)

pass in true to export lines.

inline bool ExportAnnotations() const

returns true if we are exporting annotations.

inline void ExportAnnotations(bool onoff)

pass in true to export annotations.

Public Members

bool m_bExportLines

If in 3D mode, export lines optionally.

bool m_bExportAnnotations

If in 3D mode, export annotations optionally.