Exemplo n.º 1
0
 /// <summary>Creates a soft body mesh from a cooked soft body mesh stored in a stream. </summary>
 public virtual NxSoftBodyMesh createSoftBodyMesh(NxStream stream)
 {
     if (doSetFunctionPointers)
     {
         throw new System.NotSupportedException("Cannot call abstract base member");
     }
     return(NxSoftBodyMesh.GetClass(NxPhysicsSDK_createSoftBodyMesh_INVOKE(ClassPointer, doSetFunctionPointers, (stream != null ? stream.ClassPointer : NullRef))));
 }
Exemplo n.º 2
0
 private void releaseSoftBodyMesh_virtual(IntPtr softBodyMesh)
 {
     releaseSoftBodyMesh(NxSoftBodyMesh.GetClass(softBodyMesh));
 }