a struct refering to the edges of the input-shape More...
#include <SpringbackCorrection.h>
Public Attributes | |
std::vector< TopoDS_Face > | aFace |
TopoDS_Edge | anEdge |
double | MaxOffset |
double | MinOffset |
std::vector< gp_Pnt > | pntList |
a struct refering to the edges of the input-shape
anEdge | edge | |
aFace | vector of faces limited by edge | |
pntList | point-vector of the mesh-points of the edge | |
MaxOffset | maximum curvature-radius | |
MinOffset | minimum curvature-radius |
Definition at line 54 of file SpringbackCorrection.h.
std::vector<TopoDS_Face> EdgeStruct::aFace |
Definition at line 57 of file SpringbackCorrection.h.
Referenced by SpringbackCorrection::Init().
TopoDS_Edge EdgeStruct::anEdge |
Definition at line 56 of file SpringbackCorrection.h.
Referenced by SpringbackCorrection::Init(), and EdgeStruct_Less::operator()().
double EdgeStruct::MaxOffset |
Definition at line 59 of file SpringbackCorrection.h.
Referenced by SpringbackCorrection::Init().
double EdgeStruct::MinOffset |
Definition at line 60 of file SpringbackCorrection.h.
Referenced by SpringbackCorrection::Init().
std::vector<gp_Pnt> EdgeStruct::pntList |
Definition at line 58 of file SpringbackCorrection.h.