Manage and Operate on Triangle 3 Meshes#
The package pysdic provides functions to operate on 3-node triangular surface meshes embedded in 3D space.
Create and manipulate triangle 3 meshes from open3d#
The following functions allow you to create and manipulate triangle 3 meshes from open3d:
|
Create a |
|
Convert the |
Compute geometric properties of triangle 3 meshes#
The following functions allow you to compute geometric properties of triangle 3 meshes, such as areas, strains, normals, etc.:
|
Cast rays into a triangular mesh and compute the intersection points. |
Compute the areas of triangular elements defined by the given vertices and connectivity. |
|
Compute the strain tensor for each triangular element in the mesh given the vertex displacements. |
|
Compute the normal vectors of triangular elements defined by the given vertices and connectivity. |
|
Compute the normal vectors at each vertex of a triangular mesh. |