Guest User

Untitled

a guest
Oct 5th, 2019
168
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. (
  2. undo "myboolean" on
  3. (
  4. if selection.count == 1 then
  5. (
  6. obj = $
  7. fn geomFilt o = (superClassOf o == geometryclass)
  8. pickobj = pickObject rubberBand:obj.pos rubberBandColor:yellow filter:geomFilt
  9. if pickobj != #escape AND pickobj != undefined then
  10. (
  11. ProBoolean.createBooleanObject obj pickobj 0 0 0
  12. ProBoolean.SetPlanarEdgeRemoval obj 3
  13. )
  14. )
  15. )
  16. )
Advertisement
Add Comment
Please, Sign In to add comment