Class | Description |
---|---|
BoundaryConditionSection |
This class provides an
ISection for displaying the information of an
BoundaryCondition in a modifiable manner. |
EdgeInfoSection |
This class provides an
ISection for displaying the information of an
Edge in a modifiable manner. |
GeneralInfoSection |
This class provides an
ISection that displays general properties
about IMeshPart s. |
MeshSelection | |
TabDescriptorProvider |
This class provides an
ITabDescriptorProvider that can be used to
generate dynamic tabs based on the selected IMeshPart .To use this ITabDescriptorProvider, you need to add the tabDescriptorProvider attribute to the propertyContributor extension point in your plugin.xml file, for example: |
VertexInfoSection |
This class provides an
ISection for displaying the information of a
Vertex in a modifiable manner. |
VertexSection |
This class provides an
ISection for displaying the location of a
Vertex in a modifiable manner.Eventually, this may include the ability to modify the locations of multiple vertices in a single selection. |