Field3D.check_valid_attribute
Field3D.check_valid_attribute(self, input_attribute):
Description
Checks if the input attribute is valid.
Parameters
input_attribute(str): The attribute to be checked for validity.
Raises
ValueError: If theinput_attributeis not valid.
Last updated