Rhino on Mac

@Helvetosaur,

I only have a windows system but would like my IronPython script to run on a Mac. Do the following work on a Mac:

  1. DLL created with Microsoft Visual Studio that just does math on mesh vertices and faces to compute the volume of a mesh
  2. .NET Dictionary declared like: DictionaryP3d,int imported using
    from System.Collections.Generic import Dictionary
  3. Eto forms
  4. Are these imports ok:
    from System.Drawing import Color
    from System import Enum, Array

Hi
Sorry, I don’t do any Python coding.
I’d recommend posting this in the Developer category on the discussion forum. There it will be seen by people that do.

Thanks

These should all work on the Mac

Good to know.

Thanks for your response.

Regards,
Terry