Advertisement
danfalck

compound extrude

Nov 20th, 2013
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. shapes = []
  2.  
  3. for obj in sel:
  4. shapes.append(obj.Shape)
  5.  
  6. f = comp.extrude(Base.Vector(0,0,1))
  7. Part.show(f)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement