def profile(self): """Get profile curve of this surface.""" assert honeybee.isplus, \ '"profile" property can only be used in [+] libraries.' return plus.polygon( tuple(plus.xyz_to_geometrical_points(self.absolute_points)) )