@Ayoub wrote:
Hello,
I am developing a Rhino plug-in that uses an other library I wrote before. The other library uses Rhino3dmIO to deal with 3D geometry.
When I try to call functions from the library within the plug-in, I get some errors:
The type ‘Plane’ is defined in an assembly that is not referenced. You must add a reference to assembly ‘Rhino3dmIO’
However, when I install Rhino3dmIO packet, I obviously get an error about the Type being in both RhinoCommon and Rhino3dmIO.
I am clearly missing something over here… Maybe I should cast all input/output from and to RhinoCommon ?
Any tips would be appreciated!
Thanks
Posts: 4
Participants: 2