File3dmDimStyleTable
- class rhino3dm.File3dmDimStyleTable
- __len__()
[todo] add documentation
- __getitem__()
[todo] add documentation
- __iter__()
[todo] add documentation
- Add(dimstyle)
[todo] add documentation
- FindIndex(index)
Retrieves a DimensionStyle object 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 DimensionStyle object, or None if none was found.
- Return type:
- FindId(id)
[todo] add documentation