A3DRWParamsIFCData
Fields
A3DUTF8Char * |
m_pcCodePageName |
A3DUTF8Char * |
m_pcXMLFilePathForAttributes |
A3DBool |
m_bIFCOWNERHISTORYOptimized |
A3DBool |
m_bFACETED_BREPAsOneFace |
A3DBool |
m_bAttributesOnlyGlobalId |
A3DBool |
m_bHideWireframes |
A3DBool |
m_bReadRelationships |
A3DBool |
m_bReadOpeningElements |
Detailed Description
-
struct
A3DRWParamsIFCData
Reading parameters specific to IFC files.
When set,
m_pcCodePageName
expects a page name compatible with the ICONV GNU library. For example: “EUC-JP for Japanese files.`- Version
- 5.2
By default, the IFCOWNERHISTORY is set on all entities. This behavior can be changed by setting
m_bIFCOWNERHISTORYOptimized
toA3D_TRYE
. In this case, the attribute is only set when necessary in order to avoid redundancy.When
m_bFACETED_BREPAsOneFace
isA3D_TRUE
(default), FACETEDBREP faces are gathered if all of them contain only one triangle. In this case, we create one face by style attributes.Public Members
-
A3DUTF8Char *
m_pcCodePageName
Code page to use for text conversion to Unicode.
-
A3DUTF8Char *
m_pcXMLFilePathForAttributes
If set and m_bReadAttributes==true , attributes will be saved to this external XML file.
- Version
- 7.1