Files
speckle-sharp-host-apis/Speckle.Rhino7.Fakes/generated/Rhino.FileIO.File3dmMaterialTable.s.cs
T
Adam Hathcock fb415d0416
.NET Build and Publish / build (push) Has been cancelled
Fix rhino7 fileio (#34)
* fix issue with basetype being null

* add Rhino.FileIO properly

* update csharpier
2024-10-10 10:13:02 +01:00

14 lines
430 B
C#

namespace Rhino.FileIO;
public partial class File3dmMaterialTable : Rhino.FileIO.File3dmCommonComponentTable<Rhino.DocObjects.Material>
{
public File3dmMaterialTable() { }
public virtual Rhino.DocObjects.Material FindIndex(System.Int32 index) => throw new System.NotImplementedException();
public override Rhino.DocObjects.ModelComponentType ComponentType
{
get => throw new System.NotImplementedException();
}
}