コード例 #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))
     )
コード例 #2
0
ファイル: hbfensurface.py プロジェクト: sariths/honeybee
 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))
     )