Files
wg_cpso/CaeMesh/Meshing/Gmsh/Enums/GmshCommandEnum.cs

12 lines
143 B
C#
Raw Permalink Normal View History

2026-03-25 18:20:24 +08:00
using System;
namespace CaeMesh.Meshing
{
[Serializable]
public enum GmshCommandEnum
{
Mesh,
Defeature
}
}