OCCT-Light 0.1
C ABI and C++ veneer for multi-language CAD workflows
Loading...
Searching...
No Matches
occtl::mesh::TriangulationView Class Reference

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_tc () const noexcept
 

Detailed Description

Borrowed view of a face triangulation. Lifetime tied to the source graph.


The documentation for this class was generated from the following file: