You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@propertydefhead_height(self):
"""Calculate the maximum height of the head"""ifself.headisNone:
result=0else:
result=self.head.vertices(">Z").val().Z-self.head.vertices("<Z").val().Zreturnresult
to one that uses a bounding box.
The text was updated successfully, but these errors were encountered:
Change the head_height algorithm from this:
to one that uses a bounding box.
The text was updated successfully, but these errors were encountered: