OpenLexocad  28.0
Topo::FacetedShape Class Reference

#include <Shape.h>

Public Member Functions

 FacetedShape ()=default
 
virtual ~FacetedShape ()=default
 

Public Attributes

std::vector< Geom::Pntface_vertices
 
std::vector< long > face_coordinateIndices
 
std::vector< Geom::Dirface_per_vertex_normals
 
std::vector< Geom::Pntwire_vertices
 
std::vector< long > wire_coordinateIndices
 

Constructor & Destructor Documentation

◆ FacetedShape()

Topo::FacetedShape::FacetedShape ( )
default

◆ ~FacetedShape()

virtual Topo::FacetedShape::~FacetedShape ( )
virtualdefault

Member Data Documentation

◆ face_coordinateIndices

std::vector<long> Topo::FacetedShape::face_coordinateIndices

◆ face_per_vertex_normals

std::vector<Geom::Dir> Topo::FacetedShape::face_per_vertex_normals

◆ face_vertices

std::vector<Geom::Pnt> Topo::FacetedShape::face_vertices

◆ wire_coordinateIndices

std::vector<long> Topo::FacetedShape::wire_coordinateIndices

◆ wire_vertices

std::vector<Geom::Pnt> Topo::FacetedShape::wire_vertices

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