Files
wg_cpso/CaeModel/FileInOut/Common/InpFeDescriptor.cs

21 lines
287 B
C#
Raw Normal View History

2026-03-25 18:20:24 +08:00
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace FileInOut
{
[Serializable]
enum InpFeDescriptor
{
C3D4,
C3D6,
C3D8,
C3D10,
C3D15,
C3D20
}
}