Class Hierarchy
AcRxObject AcBrTraverser AcBrVertexEdgeTraverser
C++
class AcBrVertexEdgeTraverser : public AcBrTraverser;
File
brvetrav.h
Description
The AcBrVertexEdgeTraverser class is the interface class for vertex edge traversers. It is used to seed an upward hierarchical traversal from a specific vertex, or to identify the radial edges around a vertex.
Remarks
This traverser does not handle singularities (such as the apex of a cone, where there is no edge geometry). The vertex loop traverser, AcBrVertexLoopTraverser, must be used instead when there is no edge available to initialize this traverser.
Links
AcBrVertexEdgeTraverser Constructor, AcBrVertexEdgeTraverser Methods, AcBrVertexEdgeTraverser Operators
See Also
AcBrEdge, AcBrVertex