is_int3
- compas.data.is_int3(items)[source]
Verify that the sequence contains 3 integers.
- Parameters
items (sequence) – The sequence of items.
- Returns
bool
Verify that the sequence contains 3 integers.
items (sequence) – The sequence of items.
bool