|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface CADExplorer
Explores a topological data structure. An explorer is built with the shape to explore, the type of shape to find
| Method Summary | |
|---|---|
CADShape |
current()
Return the current shape in the exploration |
void |
init(CADShape shape,
CADShapeEnum type)
Initialize this explorer |
boolean |
more()
Return true if there are more shapes to explore |
void |
next()
Move on to the next shape in the exploration |
| Method Detail |
|---|
void init(CADShape shape,
CADShapeEnum type)
shape - The shape to exploretype - The type of shape to find: FACE, WIRE, EDGE or VERTEXboolean more()
void next()
CADShape current()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||