Closed arpastrana closed 3 years ago
Implement __str__ and __repr__ methods to make it easier to identify the object one works within Grasshopper. These should include diagrams, elements, loads, supports, constraints, parameters, and the optimizer.
__str__
__repr__
Only implemented __repr__. Closed with c53e1dd963a798cd7a7a4c775c897ab0148a9c42.
Implement
__str__
and__repr__
methods to make it easier to identify the object one works within Grasshopper. These should include diagrams, elements, loads, supports, constraints, parameters, and the optimizer.