Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations MintJulep on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to create a 3D polyhedron knowing the vertices?

Status
Not open for further replies.

RGX124

Mechanical
Joined
Apr 5, 2005
Messages
75
Location
FR
Hi,

I would like to create a 3D Polyhedron in CAE or with a Python script.
I know all the coordinates of the vertices.
Extrusion is not possible.
Is there a way to create the edges, then to add faces and finally create a cell?
If possible please let me know.

Thanks

Rgx
 
For difficult shapes I usually start out with a general shape, like a cube for instance, and then cut out the parts I don't need using cut/extrude or whatever. Imagine it like sculpting the shape from a block.

corus
 
I usually just make the parts in a CAD package. For a simple shape like this I would check your favorite programming language and see if someone has already done it possibly exporting to IGS. After that I would write a program that meshed the outside of the part with triangles similar to an STL but in Abaqus format and import it as an orphan mesh. I hope this helps.

Rob
 
I know already this method which is good for one or two polyhedra, or the same polyhedron that is repeated.
Are there general methods to build a partition of random polyhedra within a box?
I have the coordinates of the vertices.

Thanx

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top