Files
ExportDXF/ExportDXF/BendDirection.cs
2017-10-16 22:06:24 -04:00

9 lines
84 B
C#

namespace ExportDXF
{
enum BendDirection
{
Up,
Down
}
}