using System; namespace CaeMesh.Meshing { [Serializable] public enum GmshCommandEnum { Mesh, Defeature } }