crodgers

Untitled

Jul 8th, 2016
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. polyBuilders = [Polygon.PolygonBuilder() for i in range(len(self.Vertices))-1)]
  2. segments = footingInstance._calc_corner_adjustments(into=True)
  3.  
  4. for segment in segments:
  5. self.CreateTopFace(segment, builders, into=True
Advertisement
Add Comment
Please, Sign In to add comment