|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface CADWireExplorer
Explores edges of a wire
| Method Summary | |
|---|---|
CADEdge |
current()
Return the current edge in the exploration |
void |
init(CADWire wire,
CADFace face)
Initialize the explorer |
boolean |
more()
Return true if there are more edges to explore |
void |
next()
Moves on to the next edge in the exploration |
| Method Detail |
|---|
void init(CADWire wire,
CADFace face)
wire - The wire to exploreface - The underlying face (used for 2D analysis)boolean more()
void next()
CADEdge current()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||