Example #1
0
 /// <summary>Sets the force field scaling type for rigid bodies. </summary>
 /// <param name="t">NxForceFieldType The force field scaling type for fluids. See NxForceFieldType</param>
 public virtual void setRigidBodyType(NxForceFieldType t)
 {
     if (doSetFunctionPointers)
     {
         throw new System.NotSupportedException("Cannot call abstract base member");
     }
     NxForceField_setRigidBodyType_INVOKE(ClassPointer, doSetFunctionPointers, t);
 }
Example #2
0
 private extern static void set_NxForceFieldDesc_rigidBodyType_INVOKE(HandleRef classPointer, NxForceFieldType newvalue);
Example #3
0
 private extern static void NxForceField_setRigidBodyType_INVOKE(HandleRef classPointer, System.Boolean call_explicit, NxForceFieldType t);
Example #4
0
 private void setRigidBodyType_virtual(NxForceFieldType t)
 {
     setRigidBodyType(t);
 }
Example #5
0
 private void setSoftBodyType_virtual(NxForceFieldType t)
 {
     setSoftBodyType(t);
 }
Example #6
0
 private void setClothType_virtual(NxForceFieldType t)
 {
     setClothType(t);
 }
Example #7
0
 private void setFluidType_virtual(NxForceFieldType t)
 {
     setFluidType(t);
 }