TimberAssembly.find
- TimberAssembly.find(guid)[source]
Find a part in the assembly by its GUID.
- Parameters:
- guidstr
A globally unique identifier. This identifier is automatically assigned when parts are created.
- Returns:
compas.datastructures.Part
| NoneThe identified part, or None if the part can’t be found.