A3DERevitLevelOfDetail

enum A3DERevitLevelOfDetail

Revit LOD to use when loading the file.

24.6

Enumerators

enumerator kA3DRevitLODDefault
kA3DRevitLODDefault = 0

Will load the file using the level of detail defined in the Revit file.

enumerator kA3DRevitLODCoarse
kA3DRevitLODCoarse = 1

Will load the file using the “Coarse” level of detail from Revit.

enumerator kA3DRevitLODMedium
kA3DRevitLODMedium = 2

Will load the file using the “Medium” level of detail from Revit.

enumerator kA3DRevitLODFine
kA3DRevitLODFine = 3

Will load the file using the “Fine” level of detail from Revit.