Package | Description |
---|---|
org.eclipse.ice.client.widgets | |
org.eclipse.ice.client.widgets.mesh |
Modifier and Type | Class and Description |
---|---|
class |
ICEMeshPage
This class extends ICEFormPage to provide an area for the jME3 canvas and a
toolbar for creating and modifying the mesh.
|
Modifier and Type | Class and Description |
---|---|
class |
EditMode
This
MeshAppStateMode allows the user to select available vertices
and modify them by dragging them or deleting them. |
class |
MeshAppState
This jME3-based
AppState provides a 3D view of a
MeshComponent . |
Modifier and Type | Method and Description |
---|---|
void |
MeshSelectionManager.addMeshApplicationListener(IMeshSelectionListener listener)
Adds an IMeshApplicationListener to listen for changes to the
MeshApplication's current selection of vertices and edges.
|
void |
MeshSelectionManager.removeMeshApplicationListener(IMeshSelectionListener listener)
Removes an IMeshApplicationListener from this MeshApplication.
|