Link Revit's view into max

Hi all,

I intend to write a script to automatically link/import a specific view into max. For example, i have a revit file called "file.rvt" which contains several views, and I need to import a view called "theView" into max.

I have try [FileLinkMgr.AttachWithPreset "file.rvt" "Preset.RevitDoNotCombine" showUI:false]. This method does import revit, but doesn't include the selection of view.

A hundred thanks for any hint and suggestions. Btw, I am using Max2015 and Revit2014.

Mingcen

Comments

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.
hanselmoniz's picture

revit views import

The best way to go ahead now using 3dsmaxscript would be to import the fbx file with just the 3d model. And save a seperate revit file with just all the 3d views.

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.