fb415d0416
.NET Build and Publish / build (push) Has been cancelled
* fix issue with basetype being null * add Rhino.FileIO properly * update csharpier
12 lines
144 B
C#
12 lines
144 B
C#
namespace Rhino.FileIO;
|
|
|
|
public partial class FileObjWriteOptions
|
|
{
|
|
public enum VertexWelding
|
|
{
|
|
Normal,
|
|
Welded,
|
|
Unwelded,
|
|
}
|
|
}
|