< Home

< Programming Guide

< Supported File Formats

REFERENCE MANUAL

Data Fields
A3DRWParamsSearchDirData Struct Reference

Structure to define additional directories that the load function will search in addition to the root directory. More...

Data Fields

A3DUns16 m_usStructSize
 
A3DUTF8Charm_pcPhysicalPath
 
A3DUTF8Charm_pcLogicalName
 
A3DBool m_bRecursive
 

Detailed Description

Structure to define additional directories that the load function will search in addition to the root directory.

Version
3.0

Field Documentation

A3DUns16 A3DRWParamsSearchDirData::m_usStructSize

Reserved; must be initialized by A3D_INITIALIZE_DATA.

A3DUTF8Char* A3DRWParamsSearchDirData::m_pcPhysicalPath

Path of the additional directory.

A3DUTF8Char* A3DRWParamsSearchDirData::m_pcLogicalName

Only used with CATIA V4 files (see A3DRWParamsCatiaV4Data).

A3DBool A3DRWParamsSearchDirData::m_bRecursive

A value of TRUE specifies that the load function uses recursive searching for the additional directory.