Import Revit file by using max script

Import Revit file by using max script

Anonymous
Not applicable
1,253 Views
2 Replies
Message 1 of 3

Import Revit file by using max script

Anonymous
Not applicable

When I import a Revit file, can the "select revit view" option in the Import Settings dialog be controlled by using max script? If so, which API should I use?

I found the Revit_importer interface in the tutorial "MAXScript Help", but it can't control the "select revit view" option.This is the link to the interface: http://help.autodesk.com/view/3DSMAX/2018/ENU/?guid=__files_GUID_C6560DDD_3117_4F8B_9280_F990D240F29...

0 Likes
Accepted solutions (1)
1,254 Views
2 Replies
Replies (2)
Message 2 of 3

drew_avis
Autodesk
Autodesk
Accepted solution

Hi, I believe you can use the RevitImporterSetOption <String>optionName <Value>newValue API, using "view" as the optionName.

 

Hope that helps,

Drew



Drew Avis
Content Experience Designer
0 Likes
Message 3 of 3

Anonymous
Not applicable

Hi Drew, I have solved this problem, thank you very much for your help.

0 Likes