How to create a 3D polyhedron knowing the vertices?
How to create a 3D polyhedron knowing the vertices?
(OP)
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
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





RE: How to create a 3D polyhedron knowing the vertices?
corus
RE: How to create a 3D polyhedron knowing the vertices?
Rob
RE: How to create a 3D polyhedron knowing the vertices?
Are there general methods to build a partition of random polyhedra within a box?
I have the coordinates of the vertices.
Thanx
RE: How to create a 3D polyhedron knowing the vertices?
RegionReader at http://www.staff.ncl.ac.uk/f.j.franklin/JoyWelch/
may be the solution.