Crate del_msh_core

Source

Modulesยง

bvhnode2aabb2
methods related to array of Axis-Aligned Bounding Box (AABB)
bvhnode2aabb3
bvhnodes
bvhnodes_morton
computing BVH using the Linear BVH method (i.e., binary tree based on the Morton code)
bvhnodes_topdown_trimesh3
cumsum
dijkstra
methods to compute graph distance on mesh
edge2elem
edge2vtx
methods related to line mesh topology
elem2center
compute the centers of elements in the mesh used mainly for constructing spatial hash
elem2elem
methods that generate the elements adjacent to an element
elem2group
group elements using the connectivity information
extract
extract subset of elements as mesh
io_nas
io_obj
methods for Wavefront Obj files
io_off
methods for OFF files
io_ply
io_svg
io_vtk
method for VTK files
kdtree2
methods for 2D Kd-tree
map_idx
methods for all kinds of mesh
polygon_mesh
functions for polygon mesh
polyline
methods for polyline mesh
polyline3
methods related to 3D polyline
polyloop
methods for 2D and 3D poly loop
polyloop2
methods for 2D poly loop
polyloop3
methods for 3D poly loop
quadmesh
method for quad mesh
sampling
stochastic sampling on mesh
search_bvh2
search_bvh3
method for 3D Bounding Volume Hierarchy
transform
methods for coordinate transformations
tri2vtx
methods related to triangle mesh topology
trimesh
trimesh2
methods for 2D triangle mesh
trimesh3
methods for 3D triangle mesh
trimesh2_dynamic
trimesh3_intersection
method for finding self-intersection using BVH
trimesh3_intersection_time
trimesh3_move_avoid_intersection
trimesh3_primitive
methods that generate meshes of primitive shapes (e.g., cylinder, torus)
trimesh3_proximity
trimesh3_search_bruteforce
methods for query computation on 3D triangle mesh
trimesh_topology
uniform_mesh
unify_index
unify the index of uv and xyz vertices for Wavefront Obj format
unindex
methods related to unindexed mesh (e.g., array of vertex coordinates)
vtx2elem
methods that generate list of elements surrounding a vertex
vtx2group
vtx2point
vtx2vec
vtx2vtx
methods that generate vertices connected to a vertex
vtx2xdim
functions related to c-style contiguous array of N dimensional coordinates
vtx2xy
functions related to c-style contiguous array of 2D coordinates
vtx2xyz
functions related to c-style contiguous array of 3D coordinates