Skip to content

Commit

Permalink
addded plate.blank
Browse files Browse the repository at this point in the history
  • Loading branch information
obucklin committed Sep 6, 2024
1 parent c45b1aa commit 8ace772
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/compas_timber/elements/plate.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,10 @@ def __str__(self):
# Computed attributes
# ==========================================================================

@property
def blank(self):
return self.obb

@property
def vector(self):
return self.frame.zaxis * self.thickness
Expand Down

0 comments on commit 8ace772

Please sign in to comment.