Пример #1
0
 /// <summary>Return contact information for the wheel. </summary>
 /// <param name="dest">Description of the contact. (only valid if there is a contact) </param>
 public virtual NxShape getContact(NxWheelContactData dest)
 {
     if (doSetFunctionPointers)
     {
         throw new System.NotSupportedException("Cannot call abstract base member");
     }
     return(NxShape.GetClass(NxWheelShape_getContact_INVOKE(ClassPointer, doSetFunctionPointers, (dest != null ? dest.ClassPointer : NullRef))));
 }
Пример #2
0
 private IntPtr getContact_virtual(IntPtr dest)
 {
     return(getContact(NxWheelContactData.GetClass(dest)).ClassPointer.Handle);
 }