When using NVH toolkit, I'd like to know how to extract the alignment options chosen in the object MAC Calculator
myMAC=ExtAPI.DataModel.GetObjectsByName("MAC Calculator")[0] #All Properties #myMAC.Properties dt=myMAC.PropertyByName('File2Options/DataType') print(dt.StringValue) ob=myMAC.PropertyByName('File2Options/OrientBy') print(ob.StringValue) cs=myMAC.PropertyByName('File2Options/OrientBy/CoordinateSystem') print(cs.StringValue)