Exposes the Revit Importer plugin to MAXScript. Available in 3ds Max 2016 and higher.
Class instances not creatable by MAXScript.
Revit_importer Revit_Import
No properties, methods or interfaces exposed.
The following functions can be used to programmatically get and set the Revit Importer options:
RevitImporterGetOption <String>optionName
Returns the value of the named Revit importer option.
"combineoption" - range from 0 to 4, default is 0
"detaillevel" - range from 0 to 15, default is 8
"material" - boolean, default is True
"camera" - boolean, default is True
"light" - boolean, default is True
"rpc" - boolean, default is True
"daylight" - boolean, default is True
"biminfo" - boolean, default is True
"fullscene" - boolean, default is False
RevitImporterSetOption <String>optionName <Value>newValue
Sets the value of the named Revit importer option.
See above for valid option names and value ranges.