|
OCCT-Light 0.1
C ABI and C++ veneer for multi-language CAD workflows
|
Borrowed view of a face triangulation. Lifetime tied to the source graph. More...
#include <mesh.hpp>
Public Member Functions | |
| TriangulationView (const ::occtl_triangulation_view_t &theC) noexcept | |
| const double * | nodes () const noexcept |
| const double * | normals () const noexcept |
| const double * | uvs () const noexcept |
| const uint32_t * | triangles () const noexcept |
| std::size_t | node_count () const noexcept |
| std::size_t | triangle_count () const noexcept |
| double | deflection () const noexcept |
| UID | source_uid () const noexcept |
| bool | has_normals () const noexcept |
| bool | has_uvs () const noexcept |
| const ::occtl_triangulation_view_t & | c () const noexcept |
Borrowed view of a face triangulation. Lifetime tied to the source graph.