A3DRWParamsRevitData

struct A3DRWParamsRevitData

Specifies parameters used to read the model file to Revit format.

Variables

A3DERevitPhysicalProperties A3DRWParamsRevitData.m_ePhysicalProperties

Computing physical properties is a heavy process that will have a significant impact on performances, especially on large files.

A3DERevitMultiThreadedMode A3DRWParamsRevitData.m_eMultiThreadedMode

Sets the multithread behaviour for loading file in database.

A3DUns32 A3DRWParamsRevitData.m_uiLinkFlags

Refer to:ref:Bit field flag Defining how Linked files are managed, for Revit files. <group__a3d__revit__links>for explanations.

A3DERevitLevelOfDetail A3DRWParamsRevitData.m_eLevelOfDetail

Sets the level of detail that will be used to load the file.

A3DBool A3DRWParamsRevitData.m_bReadEmptyAttributes

A value of``A3D_TRUE``will activate the reading of attributes even if their value is empty.

NOTE: You also need to have the option:c:member:A3DRWParamsGeneralData::m_bReadAttributes <A3DRWParamsGeneralData.m_bReadAttributes>activated.