OpenLexocad  27.1
Topo::FacetedShape Class Reference

#include <Shape.h>

Public Member Functions

 FacetedShape (void)
 
virtual ~FacetedShape (void)
 

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 ( void  )

◆ ~FacetedShape()

virtual Topo::FacetedShape::~FacetedShape ( void  )
virtual

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: