ScriptSpot

Forum topic · General Scripting

Link Revit's view into max

By mingcen · 2014-11-28

Description

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 (1)

revit views import

hanselmoniz · 2014-12-04

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.