org.jcae.viewer3d.fe
Interface NodeSelection

All Superinterfaces:
java.lang.Cloneable
All Known Implementing Classes:
AmibeNodeSelection, NodeSelectionImpl

public interface NodeSelection
extends java.lang.Cloneable


Method Summary
 java.lang.Object clone()
           
 int getCount()
          The number of selected nodes
 int getDomainID()
           
 int getElementID(int id)
          The id of the element owning the node
 byte getNodeID(int id)
          The id of node in the element
 

Method Detail

getDomainID

int getDomainID()

getCount

int getCount()
The number of selected nodes


getElementID

int getElementID(int id)
The id of the element owning the node

Parameters:
id - the id of the node (between 0 and getCound()-1)

getNodeID

byte getNodeID(int id)
The id of node in the element

Parameters:
id - the id of the node (between 0 and getCound()-1)
Returns:
0,1 or 2 for triangles, 0 or 1 for beams

clone

java.lang.Object clone()