|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jcae.viewer3d.cad.CADSelection
public class CADSelection
A selection in a ViewableCAD. If faceIDs, edgesIDs and vertexIDs are null, the whole domain is concidered as selected.
| Constructor Summary | |
|---|---|
CADSelection(int domainID,
int[] faceIDs,
int[] edgeIDs,
int[] vertexIDs)
|
|
| Method Summary | |
|---|---|
int |
getDomainID()
Return the domain ID of the this selection. |
int[] |
getEdgeIDs()
Return the edges IDs of the this selection. |
int[] |
getFaceIDs()
Return the faces IDs of the this selection. |
int[] |
getVertexIDs()
Return the vertices IDs of the this selection. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CADSelection(int domainID,
int[] faceIDs,
int[] edgeIDs,
int[] vertexIDs)
domainID - faceIDs - edgeIDs - vertexIDs - | Method Detail |
|---|
public int getDomainID()
public int[] getEdgeIDs()
public int[] getFaceIDs()
public int[] getVertexIDs()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||