Announcements

Between mid-October and November, the content on AREA will be relocated to the Autodesk Community M&E Hub and the Autodesk Community Gallery. Learn more HERE.

How to get views by importing RVT files with pymxs

How to get views by importing RVT files with pymxs

jiawenjie9311204XW2M
Explorer Explorer
261 Views
0 Replies
Message 1 of 1

How to get views by importing RVT files with pymxs

jiawenjie9311204XW2M
Explorer
Explorer

This is my codeThe question is on the fourth line

from pymxs import runtime as mxs
file_path =...
fbx_path=...
mxs.loadMaxFile(file_path , view = '{VIEW }' )  # view = '{}' This method is wrong
mxs.exportFile(fbx_path , mxs.name ( 'noPrompt' ))
mxs.resetMaxFile(mxs.Name( 'noPrompt' ))

 

0 Likes
262 Views
0 Replies
Replies (0)