Beispiel #1
0
 /// <summary>Saves the state of the shape object to a descriptor. </summary>
 /// <param name="desc">Descriptor to save to.</param>
 public virtual void saveToDesc(NxBoxForceFieldShapeDesc desc)
 {
     if (doSetFunctionPointers)
     {
         throw new System.NotSupportedException("Cannot call abstract base member");
     }
     NxBoxForceFieldShape_saveToDesc_INVOKE(ClassPointer, doSetFunctionPointers, (desc != null ? desc.ClassPointer : NullRef));
 }
Beispiel #2
0
 private void saveToDesc_virtual(IntPtr desc)
 {
     saveToDesc(NxBoxForceFieldShapeDesc.GetClass(desc));
 }