Alphabetical Class Index  Class Hierarchy   File Members   Compound Members   File List  

HInputHandlerOptions Class Reference

#include <HIOManager.h>

List of all members.

Public Types

enum  { SINGLE_ENTITY_CELLHEADER, BREAK_CELLHEADER, OPT_CELLHEADER }

Public Member Functions

 HInputHandlerOptions ()
 HInputHandlerOptions (HInputHandlerOptions const *o)
 HInputHandlerOptions (const HInputHandlerOptions &o)

Public Attributes

bool m_bDGNImportAllModels
 DGN file import option: if true then all the models are imported in the DGN file else only current model is imported.
bool m_bDGNRebaselineModel
 DGN file import option: if true then whole model is rebased with use of model extents to compensate for the floating point precison loss.
bool m_bDisableDWFDrawOrder
bool m_bDWFRebaselineModel
 DWF file import option: if true then whole model is rebased with use of model extents to compensate for the floating point precision loss.
bool m_bDwgSkipUnreferencedBlocks
bool m_bIgnoreOffEntities
bool m_bImportMetadata
 DWG and SKP import option: Set to true if you want to import the metadata (xdata) along with the geometry.
bool m_bImportThumbnail
 DWF file import option: if true then Thumbnail are imported in the DWF file.
bool m_bLegacyOptimize
bool m_bLocal
 The value is true if the image will have the local attribute.
bool m_bLogging
 If true, logging will be enabled in those plugins that support it.
bool m_bOOCAutoCleanup
 OOC import option: Determines whether or not the view for the OOC model should automatically cleanup the OOC data when the view is destroyed.
bool m_bOOCAutoUpdate
 OOC import option: Determines whether or not the view for the OOC model should automatically update when new points are loaded into memory.
bool m_bOptimizeSegmentTree
 SKP file import option: if true then model is optimized using Optimize_Segment_Tree API. Can be set to true if scene graph structure is not important.
bool m_bPRCCalculatePhysicalProperties
bool m_bPRCCreatePRCFileOnly
 PRC import option: If true temporary prc file will be created but no parsing and creation of HOOPS entities occurs.
bool m_bPRCImportHiddenObjects
 PRC import option: If true, hidden objects will be imported though not visible. If false, hidden objects will be skipped over and not imported.
bool m_bPRCImportNonBrepFaces
bool m_bPRCInstanceShells
bool m_bPRCMergeFaces
 PRC import option: If true individual faces will be merged into one shell.
bool m_bPRCStoreUserAttributes
 PRC import option: If true all prc user attributes will be converted as user option.
double m_coneFactor
double m_depth_range
double m_factorForSmartSolids
int m_iDGNCellHeaderOption
 DGN file import option: has three option about how cell header should be imported.
const char * m_license
 A pointer to a license key, intended to be used by 3rd party toolkits which require a license key to be passed in. Currently used by HIO_Exchange and HIO_Publish.
HIOConnectorm_pConnector
 A pointer to HIOConnector object. The connectivity between HOOPS and kernel will be stored in this.
void * m_pExtendedData
 A pointer to extra data needed by a HInputHandler subclass.
HBaseViewm_pHBaseView
 A pointer to the HBaseView object for this input.
const char * m_pImageFormat
 The HOOPS image format to use for loading an image if not using filename .ext for format.
const char * m_pImageName
 The HOOPS image name to use for a newly loaded image.
void * m_pOOCNodeDeltas
 OOC import option: Pointer to node deltas. If not null, importer will use it to selectively reject points on file load.
void * m_pPRCAsmModelFile
 PRC import option: Returned to user. Contains Pointer to A3DAsmModelFile entity.
void(* m_pPRCDeleteModelCallback )(void *&pPRCAsmModelFile)
 PRC import option: Function pointer to delete model.
bool m_pPRCDeleteModelFile
 PRC import option: If true model file is deleted after loading is complete.
void(* m_pPRCMultiModelSelectionCallback )(char const *in_container, int in_num_configs, char const *in_configs[], int &out_config_selection)
 PRC import option: Function pointer for interactive multi-model loading.
HIOConnectorm_pPRCPMIConnector
 PRC import option: Pointer to connector class. If not null prc PMI entities will be associated to HOOPS keys.
BREP_Topologym_pPRCTopologyManager
 PRC import option: Pointer to connector class. If not null prc topology entities will be associated to HOOPS keys.
HStreamFileToolkit * m_tk
 The streamfile toolkit to be used.
double m_z_separation

Detailed Description

HInputHandlerOptions is used to pass data to the HInputHandler. All options are used based on the handler's needs. Specific HInputHandler subclassed instances should document their own usage of options.


Member Enumeration Documentation

anonymous enum

Specifies how cell header should be imported

Enumerator:
SINGLE_ENTITY_CELLHEADER 

indicates that cell header entity will be imported as single segment

BREAK_CELLHEADER 

indicates that cell header will have as many segments as its childs

OPT_CELLHEADER 

same as BREAK_CELLHEADER, but segment structure will be optimized for color


Constructor & Destructor Documentation

HInputHandlerOptions::HInputHandlerOptions ( ) [inline]

Construct an HInputHandlerOptions object.


Member Data Documentation

DWF file import option: If true, Draw order will be ignored, depth range setting will not be added in entity segments. Segment optimization works better this way.

Referenced by HInputHandlerOptions().

DWG file import option: If true, entities of type AcDbBlockTableRecord, which are not referenced by other AcDbBlockTableRecords will not be imported. AcDbBlockTableRecord entities which are Layouts will always be imported. A setting of false will provide the user with a complete representation of the file Block Table. A setting of true will improve the import time of DWG files containing unreferenced block table records. This setting defaults to false.

Referenced by HInputHandlerOptions().

DGN,DWG and SketchUp file import option: If true, ignores import of entities whose visibilty is off.

Referenced by HInputHandlerOptions().

DGN file import option: If true, then user options for entities remain at the segment level. If false, then user options for entities will be moved onto geometry. A setting of false is recommended as it allows for a more optimal scene graph.

Referenced by HInputHandlerOptions().

DGN file import option: This is for elements inserted as meshes in HOOPS. Increasing value of this factor increases the number of rows/columns in mesh elements.

Referenced by HInputHandlerOptions().

For 2D files (DWF only as of this time), the drawing can be layered either by using depth range or by offsetting the z values. To separate the layers by z value, make sure z > 0. To use depth range, make sure depth range > 0.

Referenced by HInputHandlerOptions().

DGN file import option: This is for smarts/feature solids. This is angle in degree with range from 0 to 360 Increasing the value decreases the tessellation

Referenced by HInputHandlerOptions().


The documentation for this class was generated from the following file: