org.jcae.viewer3d.cad
Interface FaceMesh

All Known Implementing Classes:
DefaultFaceMesh

public interface FaceMesh

This class describe the mesh of CAD surface. This mesh is intended for shaded visualisation.


Method Summary
 int[] getMesh()
          Return the triangles of the mesh.
 float[] getNodes()
          Return the nodes of the mesh.
 

Method Detail

getNodes

float[] getNodes()
Return the nodes of the mesh. The array contains {x1, y1, z1, x2, y2, z2 ...}


getMesh

int[] getMesh()
Return the triangles of the mesh. The array contains nodes id, {triangle1_node1, t1_n2, t1_n3, t2_n1...}