File3dmLinetypeTable
- class rhino3dm.File3dmLinetypeTable
- Current
- CurrentSource
- Scale
- __len__()
[todo] add documentation
- __getitem__()
[todo] add documentation
- __getitem__()
[todo] add documentation
- __iter__()
[todo] add documentation
- Add(linetype)
[todo] add documentation
- Delete(id)
[todo] add documentation
- FindIndex(index)
Retrieves a Linetype 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 Linetype, or None if none was found.
- Return type:
- FindId(id)
[todo] add documentation
- FindName(name)
Finds a Linetype given its name.
- Parameters:
name (str) – The name of the Linetype to be searched.
- Returns:
A Linetype, or None on error.
- Return type:
- FromAttributes(attributes)
[todo] add documentation
- FromLayerIndex(index)
[todo] add documentation