Group Abstract Group Abstract

Message Boards Message Boards

0
|
6.5K Views
|
5 Replies
|
0 Total Likes
View groups...
Share
Share this post:

Build solids with laminae?

Posted 10 years ago

Hello, from a beginner here. I want to build solids (cubes, tetrahedra, etc) using standard shape laminae (rectangles, triangles, circles, etc) or more complex objects such as a house of cards. I have looked at documentation under Lamina, LaminaData, etc, but cannot decipher how to do this. Any suggestion would be welcomed.

POSTED BY: Luis Barroilhet
5 Replies

Thanks for pointing me in the right direction, gentlemen.

POSTED BY: Luis Barroilhet
I need to know how to find the centroid and moment of inertia of such solid.

It tends to become numerical, so have a look at MeshCellCentroid, LaminaData, RegionCentroid, MomentOfInertia, RegionMoment and come up with more specific discussions ...

POSTED BY: Udo Krause

You should look at examples in documentation: Geometric Computation and specifically Region Properties and Measures - see Integral Measures there.

POSTED BY: Sam Carrettie
Posted 10 years ago

Thanks much for your input, Udo. It looks challenging and interesting. However, I need to start very simple. For example, just three planes, like building a house of cards. I need to know how to find the centroid and moment of inertia of such solid. Then later, more complex ones.

POSTED BY: Updating Name

Type

Graphics3D[Table[Polygon[Join[#, {z}] & /@ Tuples[{0, 1}, 2]], {z, 0, 1, 1/7}]]

to start

enter image description here

create any graphics object, transform it systematically, collect them all in a list and display them with Graphics3D.

POSTED BY: Udo Krause
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard