A3DRWParamsRevitData
Fields
EA3DRevitPhysicalProperties |
m_ePhysicalProperties |
EA3DRevitMultiThreadedMode |
m_eMultiThreadedMode |
A3DUns32 |
m_uiLinkFlags |
A3DERevitLevelOfDetail |
m_eLevelOfDetail |
A3DBool |
m_bReadEmptyAttributes |
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
-
A3DERevitLevelOfDetail
m_eLevelOfDetail
Sets the level of detail that will be used to load the file
- Version
- 24.6.0
-
A3DBool
m_bReadEmptyAttributes
A value of
TRUE
will activate the reading of attributes even if their value is empty. NOTE: You also need to have the option A3DRWParamsGeneralData::m_bReadAttributes activated.- Version
- 25.1.0