Пример #1
0
 /// <summary>
 /// Set the string option `option' to value `value' for field `tag'.
 /// </summary>
 public void SetString(int tag, string option, string value)
 {
     GMshNativeMethods.gmshModelMeshFieldSetString(tag, option, value, ref ierr);
     if (ierr != 0)
     {
         throw new GMshException(ierr);
     }
 }