TimberAssembly.contains

TimberAssembly.contains(obj)[source]

Returns True if this assembly contains the given object, False otherwise.

Parameters:
obj: :class:`~compas.data.Data`

The object to look for.

Returns:
bool