|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jcae.mesh.bora.ds.BCADGraph
public class BCADGraph
Mesh graph.
| Constructor Summary | |
|---|---|
BCADGraph(BModel m,
CADShape shape)
Creates a root mesh. |
|
| Method Summary | |
|---|---|
BCADGraphCell |
getById(int i)
Gets a graph cell by its identifier |
BCADGraphCell |
getByShape(CADShape s)
Gets a graph cell by its shape |
java.util.Collection<BCADGraphCell> |
getCellList(CADShapeEnum cse)
Returns the list of cells for a given dimension. |
int |
getFreeIndex()
|
BModel |
getModel()
|
BCADGraphCell |
getRootCell()
|
void |
printShapes()
Prints the list of geometrical elements. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BCADGraph(BModel m,
CADShape shape)
| Method Detail |
|---|
public BModel getModel()
public BCADGraphCell getRootCell()
public int getFreeIndex()
public BCADGraphCell getByShape(CADShape s)
s - CAD shape
public BCADGraphCell getById(int i)
i - cell index
public java.util.Collection<BCADGraphCell> getCellList(CADShapeEnum cse)
public void printShapes()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||