[DllImport(Abci.Lib)] public static extern void aePolyMeshWriteSample(IntPtr self, ref aePolyMeshData data);
 public void WriteSample(ref aePolyMeshData data)
 {
     NativeMethods.aePolyMeshWriteSample(self, ref data);
 }