Data Fields
A3DRWParamsIFCData Struct Reference

Reading parameters specific to IFC files. More...

Data Fields

A3DUns16 m_usStructSize
 
A3DUTF8Charm_pcCodePageName
 
A3DUTF8Charm_pcXMLFilePathForAttributes
 
A3DBool m_bIFCOWNERHISTORYOptimized
 
A3DBool m_bFACETED_BREPAsOneFace
 
A3DBool m_bAttributesOnlyGlobalId
 

Detailed Description

Reading parameters specific to IFC files.

Version
5.2

Field Documentation

A3DUns16 A3DRWParamsIFCData::m_usStructSize

Reserved; must be initialized by A3D_INITIALIZE_DATA.

A3DUTF8Char* A3DRWParamsIFCData::m_pcCodePageName

Code page to use for text conversion to Unicode. The values for CodePageName are those usable in the iconv Gnu Package Example: EUC-JP for Japanese files.

A3DUTF8Char* A3DRWParamsIFCData::m_pcXMLFilePathForAttributes

If set and m_bReadAttributes==true , attributes will be saved to this external XML file. /version 7.1

A3DBool A3DRWParamsIFCData::m_bIFCOWNERHISTORYOptimized

If true, IFCOWNERHISTORY will be set only when necessary in order to avoid repetition. Otherwise, IFCOWNERHISTORY will be set on all items (default behavior until version 7.1). /version 7.1

A3DBool A3DRWParamsIFCData::m_bFACETED_BREPAsOneFace

If true, FACETEDBREP faces are gathered in one face. /version 8.0.

A3DBool A3DRWParamsIFCData::m_bAttributesOnlyGlobalId

If true, writes only GlobalId as attribute. /version 8.0.