DATAKIT SDK  V2026.3
Options for Revit Reader

In dtk_RevitReader.hpp

//! \brief Determine which Revit visual style to use for convertion. The visual style determines which material color to apply on objects with material. See Autodesk documentation on Revit Visual Styles for detailed information.
//! \param The desired visual style to use for convertion.
//! \warning please call it after Dtk_API initialization and before the Dtk_API::OpenDocument call.
//! \remark VisualStyle::Realistic usage toggles the retrieving of texture information.
//! \remark Texture files are searched in current folder and default Autodesk installation folder.
static void SetConfigRevitVisualStyle( VisualStyle );
//! \brief Use to provide the same component organization as IFC or a flat one. By default, components are organized as in IFC.
//! \param DTK_TRUE to organize component as IFC (by Building, Level and element Category) or DTK_FALSE for flat organization.
//! \warning please call it after Dtk_API initialization and before the Dtk_API::OpenDocument call.
static void SetConfigRevitOrderCompo( Dtk_Int32 );
//! \brief Use to retrieve only geometry corresponding to a specific level of detail. By default, level of detail retrieved is the one set in default view ({3D}) or "Detailed" if no default view exists.
//! \param The desired level of detail to be retrieved for geometry.
//! \warning If no geometry is assigned to the level of detail chosen, the Body/Mesh contained in the node converted will be empty.
static void SetConfigLevelOfDetail( LevelOfDetail );
//! \brief Use to enables reading of Revit Linked Models, which file should be located in the same folder as the main project.
//! \param DTK_TRUE to enables the feature, DTK_FALSE to only process the main model.
static void SetConfigReadLinkedModel( Dtk_bool );
Dtk_bool
char Dtk_bool
Definition: define.h:724
Dtk_Int32
int32_t Dtk_Int32
Definition: define.h:686