public interface XmeshInfoElements extends PrimitiveModelEntity
Modifier and Type | Method and Description |
---|---|
int[][] |
dofs()
0-based degree of freedom numbers for all mesh elements of current
type in the current geometry.
|
double[][] |
localCoords()
Local coordinates of nodes.
|
double[][] |
localDofCoords()
The local coordinates for each local degree of freedom.
|
java.lang.String[] |
localDofNames()
The name for each local degree of freedom.
|
int[][] |
nodes()
0-based node point indices for all mesh elements of the current type
and the current geometry.
|
getContainer, getDisplayString
int[][] dofs()
double[][] localCoords()
double[][] localDofCoords()
java.lang.String[] localDofNames()
int[][] nodes()