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.

Options

Determination of the volume

amir_livneamir_livne Member Posts: 76 EDU
Hi
I would like to create different solid bodies with the same volume
Is there any solution for it in Onshape?
Thank you
Amir Livneh

Answers

  • Options
    afalzate13afalzate13 Member Posts: 25 ✭✭
    If the shape is simple enough, perhaps the dimensions could be constrained using variables, otherwise perhaps a scaling custom feature script that can pull the variables needed from the part properties. What kind of shape in the solid in?
  • Options
    amir_livneamir_livne Member Posts: 76 EDU
    Hi
    I would like to create several different kinds of cans with the same volume
  • Options
    afalzate13afalzate13 Member Posts: 25 ✭✭
    If this is a cylinder you can probably set the desired volume as: #V=amount given, Radius as #R, and #H as the height, then either the height "H" = pi*(#R^2)/(#V), and type in a value for "#R", or use #R in terms of height as #R = sqrt(#V/(pi*#H))
Sign In or Register to comment.