Exemplo n.º 1
0
 /// <summary>Writes all of the shape groups's attributes to the description. </summary>
 /// <param name="desc">The descriptor used to retrieve the state of the shape group.</param>
 public virtual void saveToDesc(NxForceFieldShapeGroupDesc desc)
 {
     if (doSetFunctionPointers)
     {
         throw new System.NotSupportedException("Cannot call abstract base member");
     }
     NxForceFieldShapeGroup_saveToDesc_INVOKE(ClassPointer, doSetFunctionPointers, (desc != null ? desc.ClassPointer : NullRef));
 }
Exemplo n.º 2
0
 private void saveToDesc_virtual(IntPtr desc)
 {
     saveToDesc(NxForceFieldShapeGroupDesc.GetClass(desc));
 }