File3dmMaterialTable

class rhino3dm.File3dmMaterialTable
__len__()

[todo] add documentation

__getitem__()

[todo] add documentation

__iter__()

[todo] add documentation

Add(material)

[todo] add documentation

FindIndex(index)

Retrieves a material based on Index. This search type of search is discouraged. We are moving towards using only IDs for all tables.

Parameters:

index (int) – The index to search for.

Returns:

A material, or None if none was found.

Return type:

DocObjects.Material

FindId(id)

[todo] add documentation

FindFromAttributes()

[todo] add documentation