Scalar3D.is_light_mode
Scalar3D.is_light_mode(self):
Description
Checks if the scalar field is in light mode, that is when only the path is specified without specifying the value as an array.
Returns
bool: True if the scalar field is in light mode, False otherwise.
Raises
ValueError: If neither the value nor the path is specified.
Last updated