File3dmStringTable
- class rhino3dm.File3dmStringTable
- __len__()
[todo] add documentation
- __getitem__()
[todo] add documentation
- __getitem__()
[todo] add documentation
- __setitem__()
[todo] add documentation
- DocumentUserTextCount()
[todo] add documentation
- Delete(key)
Removes document strings from the 3dm file.
- Parameters:
section (str) – name of section to delete. If null, all sections will be deleted.
entry (str) – name of entry to delete. If null, all entries will be deleted for a given section.
- Return type:
void