architecture-building-systems / revitpythonshell

An IronPython scripting environment for Autodesk Revit and Vasari
MIT License
492 stars 112 forks source link

Automated crop view plans #83

Closed rahulchowdhary closed 5 years ago

rahulchowdhary commented 5 years ago

Hello, I am new to pyRevit and RPS Environment and written a Code attached under new zipped folder that runs perfectly with Dynamo but now would lilke to create a plugIn for that using pyRevit Modules. I am getting an Errors mostly like """" object has no attribute 'Id' or 'GetTypeId' or 'LevelId'. This might be because i am missing importing the correct module????

Neuer Ordner.zip

eirannejad commented 5 years ago

@rahulchowdhary This is a pyRevit question. Please post the issue here and provide full error reports. e.g. if the error says None object has not attribute Id then we know that the room variable equals None and it's easier to debug.

Closing this here.