I only have a windows system but would like my IronPython script to run on a Mac. Do the following work on a Mac:
- DLL created with Microsoft Visual Studio that just does math on mesh vertices and faces to compute the volume of a mesh
- .NET Dictionary declared like: DictionaryP3d,int imported using
from System.Collections.Generic import Dictionary - Eto forms
- Are these imports ok:
from System.Drawing import Color
from System import Enum, Array