Beispiel #1
0
 [DllImport(Abci.Lib)] public static extern void aiPolyMeshGetSummary(IntPtr schema, ref aiMeshSummary dst);
Beispiel #2
0
 public void GetSummary(ref aiMeshSummary dst)
 {
     NativeMethods.aiPolyMeshGetSummary(self, ref dst);
 }