A container to have an easy access to an edge with start and endpoint. More...
#include <stuff.h>
Public Attributes | |
TopoDS_Edge | edge |
gp_Pnt | firstPoint |
gp_Pnt | lastPoint |
A container to have an easy access to an edge with start and endpoint.
Definition at line 62 of file stuff.h.
TopoDS_Edge edge_container::edge |
Definition at line 64 of file stuff.h.
Referenced by cutting_tools::ordercutShape().
gp_Pnt edge_container::firstPoint |
Definition at line 65 of file stuff.h.
Referenced by cutting_tools::ordercutShape().
gp_Pnt edge_container::lastPoint |
Definition at line 66 of file stuff.h.
Referenced by cutting_tools::ordercutShape().