mcneel / rhino.inside-revit

This is the open-source repository for Rhino.Inside®.Revit
https://www.rhino3d.com/inside/revit/
MIT License
247 stars 65 forks source link

RhinoInside.Revit NuGet package #205

Open amescodes opened 4 years ago

amescodes commented 4 years ago

Is your feature request related to a problem? Please describe. i'm building a Revit plugin that utilizes Rhino.Inside and it'd be easier to use a NuGet package instead of referencing the DLLs.

Describe the solution you'd like like Rhino.Inside, it'd be great to have a NuGet package for Rhino.Inside.Revit specifically.

Describe alternatives you've considered currently referencing the DLLs from the Revit Addin folders in %AppData%. another alternative could be installing Rhino.Inside.Revit to the PC Addins in %ProgramData%

Additional context

eirannejad commented 4 years ago

Great idea, however, the Rhino.Inside.Revit API is still under development and in beta. Once we publish the first version, we'll be able to commit to putting a distributable library on nuget for third-party developers.

eirannejad commented 4 years ago

We'll keep this open. Added it to the v1.0 milestone

kike-garbo commented 4 years ago

If you install it from the admin account it will allow you to install it on %ProgramData%

image

image

mostaphaRoudsari commented 2 years ago

I just wanted to add that this can also be very handy for the Pollination Revit plugin! Thank you for considering it!