single_cell_parser ❭ scalar_field ❭ ScalarField ❭ is_in_bounds
ScalarField.is_in_bounds
-
single_cell_parser.scalar_field.ScalarField.is_in_bounds(xyz)
Check if point is within bounding box of mesh.
- Parameters:
xyz (tuple) – The 3D coordinates of the point.
- Returns:
True if point is within bounding box, False otherwise.
- Return type:
bool