Package | Description |
---|---|
org.eclipse.ice.client.widgets | |
org.eclipse.ice.client.widgets.mesh.properties | |
org.eclipse.ice.datastructures.form.mesh |
Constructor and Description |
---|
MeshElementTreeViewPropertySource(IMeshPart part)
The constructor
|
Modifier and Type | Field and Description |
---|---|
IMeshPart |
MeshSelection.selectedMeshPart |
Constructor and Description |
---|
MeshSelection(MeshComponent mesh,
IMeshPart selectedMeshPart) |
Modifier and Type | Class and Description |
---|---|
class |
BezierEdge
An Edge comprising a Bezier curve between its two Vertices.
|
class |
Edge
This class represents a single edge in a polygon.
|
class |
Hex
This is a 6-sided polygon with 6 edges and 6 vertices.
|
class |
MeshComponent
Composite container for Polygons along with any additional information
required to interpret the mesh data.
The MeshComponent breaks a mesh down into vertices and edges. |
class |
Polygon
This class represents a polygon composed of a certain number of vertices
connected by edges.
|
class |
PolynomialEdge
An Edge comprising a polynomial curve that connects its two Vertices.
|
class |
Quad
This is a 4-sided polygon with 4 edges and 4 vertices.
|
class |
Vertex
This class represents a single vertex in a polygon.
|