A3DRWParamsRevitData
-
struct
A3DRWParamsRevitData A structure that specifies parameters used to read the model file to Revit format.
13.1
Variables
-
EA3DRevitPhysicalProperties
A3DRWParamsRevitData.m_ePhysicalProperties -
Computing physical properties is a heavy process that will have a significant impact on performances, especially on large files.
13.1.0
If
A3DRWParamsGeneralData::m_bReadAttributesis set to A3D_FALSE, then m_ePhysicalProperties is not taken into account Default value is kA3DRevitPhysicalProperties_NotComputed
-
EA3DRevitMultiThreadedMode
A3DRWParamsRevitData.m_eMultiThreadedMode -
Sets the multithread behaviour for loading file in database.
23.0.0 Default value is EA3DRevitMultiThreadedMode::kA3DRevitMultiThreadedMode_LoadingAndRegenerationEnabled
-
A3DUns32
A3DRWParamsRevitData.m_uiLinkFlags -
Refer to Bit field flag Defining how Linked files are managed, for Revit files. for explanations.
22.0.0
-
A3DERevitLevelOfDetail
A3DRWParamsRevitData.m_eLevelOfDetail -
Sets the level of detail that will be used to load the file.
24.6.0
-
A3DBool
A3DRWParamsRevitData.m_bReadEmptyAttributes -
A value of
TRUEwill activate the reading of attributes even if their value is empty.25.1.0NOTE: You also need to have the option
A3DRWParamsGeneralData::m_bReadAttributesactivated.