Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RevitNodes autocomplete pb #38

Open
pierrenavarra opened this issue Dec 1, 2023 · 0 comments
Open

RevitNodes autocomplete pb #38

pierrenavarra opened this issue Dec 1, 2023 · 0 comments

Comments

@pierrenavarra
Copy link

Hi, I can't get the aucompletion in those lines :

#if want to create a Curve in Dynamo
clr.AddReference("RevitNodes")                                  #Dynamo's nodes for Revit
import Revit                                                    #Loads in the Revit namespace in RevitNodes
clr.ImportExtensions(Revit.Elements)                            #Adds ToDSType (bool) extension method to Wrapped element
clr.ImportExtensions(Revit.GeometryConversion)                  #Adds ToProtoType, ToRevitType geometry conversion extension methods to objects

Why?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant