SketchUp API
ShaDe documentation
Enter the code in the box:

# Method that returns true if the goal is satisfied by the design, and false otherwise
def satisfied?

result = true


return result

end