Exemplo n.º 1
0
 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))
     )
Exemplo n.º 2
0
 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))
     )