| CFx SDK Documentation
    2022 SP0
    | 
#include <FMEdgeGraph.h>
| Public Member Functions | |
| SliceEdge (OdUInt32 s, OdUInt32 e, const Edge *_tag=0, bool _bLeaveOrder=false) | |
| SliceEdge () | |
| bool | IsOpposite (const SliceEdge &edge) const | 
| Public Attributes | |
| OdUInt32 | iS | 
| OdUInt32 | iE | 
| bool | bProcessed | 
| const Edge * | tag | 
| bool | bLeaveOrder | 
Definition at line 61 of file FMEdgeGraph.h.
| 
 | inline | 
Definition at line 63 of file FMEdgeGraph.h.
| 
 | inline | 
Definition at line 72 of file FMEdgeGraph.h.
| 
 | inline | 
Definition at line 81 of file FMEdgeGraph.h.
| bool FacetModeler::SliceEdge::bLeaveOrder | 
Definition at line 90 of file FMEdgeGraph.h.
| bool FacetModeler::SliceEdge::bProcessed | 
Definition at line 88 of file FMEdgeGraph.h.
| OdUInt32 FacetModeler::SliceEdge::iE | 
Definition at line 87 of file FMEdgeGraph.h.
| OdUInt32 FacetModeler::SliceEdge::iS | 
Definition at line 86 of file FMEdgeGraph.h.
| const Edge* FacetModeler::SliceEdge::tag | 
Definition at line 89 of file FMEdgeGraph.h.