Ejemplo n.º 1
0
 /// <summary>Retrieves the FoundationSDK instance. </summary>
 public virtual NxFoundationSDK getFoundationSDK()
 {
     if (doSetFunctionPointers)
     {
         throw new System.NotSupportedException("Cannot call abstract base member");
     }
     return(NxFoundationSDK.GetClass(NxPhysicsSDK_getFoundationSDK_INVOKE(ClassPointer, doSetFunctionPointers)));
 }
Ejemplo n.º 2
0
 public static NxFoundationSDK NxGetFoundationSDK()
 {
     return(NxFoundationSDK.GetClass(NxGetFoundationSDK_INVOKE()));
 }