Rhino.Inside.Revit geometry conversion in python

Are there functions on converting Revit geometry (e.g. points, curves, surface) into Rhino?

Here is the documentation on getting started with python and revit. There is a gourmet conversion in the sample: Rhino.InsideĀ®.Revit

@eirannejad may need to help as the component and python 3 are default and the syntax for the clr method may be different.

2 Likes

Python 3 in Rhino does have the clr.AddReference method so all those examples should work without issues.

1 Like