A3DRWParamsIFCData Struct Reference

Reading parameters specific to IFC files. More...

Data Fields

A3DBool m_bAttributesOnlyGlobalId
 
A3DBool m_bFACETED_BREPAsOneFace
 
A3DBool m_bHideWireframes
 
A3DBool m_bIFCOWNERHISTORYOptimized
 
A3DUTF8Charm_pcCodePageName
 
A3DUTF8Charm_pcXMLFilePathForAttributes
 

Detailed Description

Reading parameters specific to IFC files.

Version
5.2

Field Documentation

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.
A3DBool A3DRWParamsIFCData::m_bHideWireframes

If true and m_bReadWireframes==true hide wireframe .

Version
12.1.