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
#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?
The text was updated successfully, but these errors were encountered:
Hi, I can't get the aucompletion in those lines :
Why?
The text was updated successfully, but these errors were encountered: