Welcome to the Onshape forum! Ask questions and join in the discussions about everything Onshape.

First time visiting? Here are some places to start:
  1. Looking for a certain topic? Check out the categories filter or use Search (upper right).
  2. Need support? Ask a question to our Community Support category.
  3. Please submit support tickets for bugs but you can request improvements in the Product Feedback category.
  4. Be respectful, on topic and if you see a problem, Flag it.

If you would like to contact our Community Manager personally, feel free to send a private message or an email.

Can't figure out CANNOT_RESOLVE_ENTITIES from opBoolean

mike_holczermike_holczer Member Posts: 6

I've been going through the FeatureScript Fundamentals course in the learning system, and I'm on the final exercise. I'm getting a CANNOT_RESOLVE_ENTITIES from a opBoolean call, and I can't figure out what going wrong. I've more than triple checked my code against what's provided in the instructions, and I've added debug calls for the both the tool and target queries being passed to opBoolean and they both are finding a solid body. It would be great if someone could take look and see if you can spot what I'm doing wrong.

My document is https://cad.onshape.com/documents/a54f7c681817ca14f0810e10/w/7df64ab373a51dd1933f9e7f/e/19616971d3925d5cbcf6d147. Error is on line 80 of the Milk Crate Lattice FeatureStudio.

Thank you in advance for any help you can provide.

Comments

  • EvanReeseEvanReese Member, Mentor Posts: 2,884 PRO

    It seems like you figured it out?

    Evan Reese
    The Onsherpa | Reach peak Onshape productivity
    www.theonsherpa.com
  • bryan_kohnbryan_kohn Member Posts: 2

    When performing booleans, only the first bodies name is retained. If you add B to A, the new part is A. Even if you give it a new name, it will still be A. Try the first body mentioned in your opBoolean, and then see if that Enitity can be found.

Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. Sign in or register to get started.