You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks Kevin. Let me try.
--
Thanks & Regards
Love Bhardwaj
On Monday, August 23, 2021, 12:26:09 AM GMT+5:30, Kevin ***@***.***> wrote:
You can refer to this Youtube video. Although it is in Korean, you will get the idea.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications on the go with GitHub Mobile for iOS or Android.
please add this to the docs - Before you can import clr you must install pythonnet (maybe other packages have clr as well but this one worked for me) . Next you have to make sure that path to file RevitAPI.dll is in your sys.path
#%pip install pythonnet
import clr
import sys
sys.path.append(r'D:\Program Files\Revit 2024')
clr.AddReference('RevitAPI')
from Autodesk.Revit.DB import Electrical
Can anybody guide me how to install ironpython stub in vscode. I tried lot of times but its not happening.
The text was updated successfully, but these errors were encountered: