TimberModel.has_element_with_name
- TimberModel.has_element_with_name(name)[source]
Returns True if the model contains an element with the given name.
- Parameters:
- namestr
The name to check.
- Returns:
- bool
Returns True if the model contains an element with the given name.
The name to check.