occ
Loading...
Searching...
No Matches
occ::geometry::WulffEdge Struct Reference

An edge of the Wulff polyhedron: two facets meeting along a segment. More...

#include <wulff.h>

Public Attributes

size_t facet_a {0}
 
size_t facet_b {0}
 
int vertex_a {-1}
 
int vertex_b {-1}
 
double length {0.0}
 

Detailed Description

An edge of the Wulff polyhedron: two facets meeting along a segment.

Member Data Documentation

◆ facet_a

size_t occ::geometry::WulffEdge::facet_a {0}

◆ facet_b

size_t occ::geometry::WulffEdge::facet_b {0}

◆ length

double occ::geometry::WulffEdge::length {0.0}

◆ vertex_a

int occ::geometry::WulffEdge::vertex_a {-1}

◆ vertex_b

int occ::geometry::WulffEdge::vertex_b {-1}

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