Adding thickness to the geometry builder object #8870
Answered
by
bbastings
kaushandutta
asked this question in
Q&A
-
|
I’ve created a geometry using the Geometry Builder class, and I would like to add thickness to make the shape appear more solid. What’s the best way to achieve this?
|
Beta Was this translation helpful? Give feedback.
Answered by
bbastings
Dec 18, 2025
Replies: 2 comments 1 reply
-
|
Assuming you want to model something like a pipe... Create a ParityRegion with 2 loops for your inner and outer diameter circles, then use this as the profile for a LinearSweep or RotationalSweep. Specify true for "capped" to create a solid. |
Beta Was this translation helpful? Give feedback.
1 reply
-
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
ben-polinsky
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment



For a hemisphere with thickness, you could create a RotationalSweep using a Loop (below image) as the profile.
For a cube/block with thickness, you could create the ends as separate solids (below image).