Part.find_node_by_uid
- Part.find_node_by_uid(uid)[source]
Retrieve a node in the part using its unique identifier.
- Parameters:
- uidstr
The node’s unique identifier.
- Returns:
- Optional[Node]
The corresponding node, or None if not found.
Retrieve a node in the part using its unique identifier.
The node’s unique identifier.
The corresponding node, or None if not found.