Unite function with Surface Body #1718
Unanswered
martin-woodplc
asked this question in
Q&A
Replies: 2 comments
-
Hi @martin-woodplc - thanks for opening this discussion! Let's figure out some extra details from your request:
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi @RobPasMue, Thanks for the quick reply. Here are the info:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Dear Developers,
I'm trying to generate an eccentric conical shape. the only way I found is using a combination of create_surface and create_body_from_loft_profile function to obtain the 3 surfaces body that will form my solid. When assembling these 3 surfaces in SpaceClaim using the Combine button, it works well, ending up with the desired solid body.
However when using the unite function from the API I got the following error:
"ValueError: Boolean operation of type 'unite' failed: union operation failed."
Is this normal behavior? Is there a different way to "stitch" multiple surface body into a solid body?
The code:
Thanks in advance.
Martin
Beta Was this translation helpful? Give feedback.
All reactions