A3DRWParamsRevitData

Fields

EA3DRevitPhysicalProperties

m_ePhysicalProperties

EA3DRevitMultiThreadedMode

m_eMultiThreadedMode

A3DUns32

m_uiLinkFlags

Detailed Description

struct A3DRWParamsRevitData

A structure that specifies parameters used to read the model file to Revit format.

Version

13.1

Public Members

EA3DRevitPhysicalProperties m_ePhysicalProperties

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

Remark

If A3DRWParamsGeneralData::m_bReadAttributes is set to A3D_FALSE, then m_ePhysicalProperties is not taken into account Default value is kA3DRevitPhysicalProperties_NotComputed

Version

13.1.0

EA3DRevitMultiThreadedMode m_eMultiThreadedMode

Sets the multithread behaviour for loading file in database

Version

23.0.0 Default value is EA3DRevitMultiThreadedMode::kA3DRevitMultiThreadedMode_LoadingAndRegenerationEnabled

A3DUns32 m_uiLinkFlags

Refer to Bit field flag Defining how Linked files are managed, for Revit files. for explanations

Version

22.0.0