4.7b (Rhino 8 Update) How to Load External Libraries - Advanced Development in Grasshopper

แชร์
ฝัง
  • เผยแพร่เมื่อ 14 ต.ค. 2024
  • In this video, I explain the updated way in Rhino 8 to load external libraries/assemblies into Grasshopper and harness the power of third-party code.
    💻 C# Type conversions: • 3.5 Variables: Type Co...
    💻 C# Creating a Vector class: • E.6 Creating a Vector ...
    📝Course playlist: • Advanced Development i...
    💻Code: github.com/Par...
    Join us:
    💬 / discord
    📺 / parametriccamp
    📷 / parametriccamp
    🐦 / parametriccamp
    💻github.com/Par...
    📷🕺 / garciadelcastillo
    🐦🕺 / garciadelcast

ความคิดเห็น • 3

  • @ArchOlmos
    @ArchOlmos 2 หลายเดือนก่อน

    Great videos! It would be great to also know how to use the Revit API from the C# component with Rhino Inside Revit

  • @lamarrash192
    @lamarrash192 2 หลายเดือนก่อน

    This is game changing for me. Previously I had to kind of hack my way to load .dlls from relative paths, instead of direct reference as it was before. This was a nightmare, but glad to see how it is 10x better on Rhino 8. Thanks miguel!

  • @joebabb504
    @joebabb504 2 หลายเดือนก่อน

    Many thanks for going over this. I had missed the ability to load dll's this way in R8. I was still using a \
    "whatever.dll" up at the top. BTW, when you get a dll package like geometry3sharp, how do you know what the namespace is and what the class is and what things are contained therein? I hope you cover that in the next video.