Package | Description |
---|---|
org.eclipse.ice.datastructures.form.geometry | |
org.eclipse.ice.datastructures.form.mesh |
Modifier and Type | Class and Description |
---|---|
class |
ComplexShape
Represents an ordered collection of shape components which are applied to a
parent set operator
|
class |
PrimitiveShape
Represents a mathematically simple solid with no child shapes
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractShape.copy(AbstractShape iceObject)
Copies the contents of a shape into the current object using a deep copy
|
Modifier and Type | Class and Description |
---|---|
class |
Custom2DShape
This is a class for custom 2D shapes that can be manually constructed via the
Mesh Editor.
|
class |
Hex
This is a 6-sided polygon with 6 edges and 6 vertices.
|
class |
Polygon
This class represents a polygon composed of a certain number of vertices
connected by edges.
|
class |
Quad
This is a 4-sided polygon with 4 edges and 4 vertices.
|