MoI discussion forum
MoI discussion forum

Full Version: MOI3D Can import and use the new rounded corner plugin for rhinoceros?

From: feirui445
16 Aug 2024   [#1]
Place the Filsrf_JoinV2.py file in the root directory of the C drive, then copy the following code to the Rhino command line and paste it, press enter

-_RunPythonScript "C:\Filsrf_JoinV2.py"

Attachments:
Filsrf_JoinV2.py

Image Attachments:
1.png 


From: Michael Gibson
16 Aug 2024   [#2] In reply to [#1]
Hi feirui445, sorry no you can't run a Rhino plugin in MOI.

Plugins are connected to their host environment in numerous detailed ways, it's generally not possible to take a plugin developed for one program and run it directly in another.

It's kind of like asking if you can take a water pump from a truck engine and just use it in a sports car engine.

You can't because although they are similar that they both pump coolant around the shape and connections and mounting points, etc.. are very different between the 2 vehicles.

- Michael