|
OCCT-Light 0.1
C ABI and C++ veneer for multi-language CAD workflows
|
Borrowed per-triangle normals and adjacency for a graph/root. More...
#include <mesh.hpp>
Public Member Functions | |
| TriangleAnalysisView (const ::occtl_mesh_triangle_analysis_view_t &theC) noexcept | |
| const double * | triangle_normals () const noexcept |
| const uint32_t * | triangle_adjacency () const noexcept |
| std::size_t | triangle_count () const noexcept |
| std::size_t | face_count () const noexcept |
| NodeId | root () const noexcept |
| const ::occtl_mesh_triangle_analysis_view_t & | c () const noexcept |
Borrowed per-triangle normals and adjacency for a graph/root.