public interface MeshFeature extends GeomMeshFeature, IPlotAndImageExport
Modifier and Type | Method and Description |
---|---|
MeshFeature |
create(java.lang.String tag,
java.lang.String oper)
Creates a mesh feature.
|
void |
expand()
Expands a reference feature.
|
MeshFeatureList |
feature()
Returns all mesh features.
|
MeshFeature |
feature(java.lang.String tag)
Returns a mesh feature.
|
void |
importData()
Update the output mesh to account for the following external
changes:
1. |
java.lang.String[] |
outputSelection()
Returns tags of selection output objects.
|
MeshProblemFeatureList |
problem()
Returns all meshing problems.
|
MeshProblemFeature |
problem(java.lang.String tag)
Returns meshing problem.
|
MeshSelection |
selection()
Returns the selection of the mesh feature.
|
LocalSelection |
selection(java.lang.String name)
Returns a mesh feature's selection property.
|
errors, hasError, hasProblem, hasWarning, isBuilt, message, problems, status, warnings
getAllowedPropertyValues, getBoolean, getBoolean, getBoolean, getBooleanArray, getBooleanMatrix, getDouble, getDouble, getDouble, getDoubleArray, getDoubleMatrix, getEntryKeyIndex, getEntryKeys, getInt, getInt, getInt, getIntArray, getIntMatrix, getReferenceArray, getString, getString, getString, getString, getStringArray, getStringMatrix, getType, getValueType, hasProperty, hasSelection, move, move, properties, remove, remove, set, set, set, set, set, set, set, set, set, set, set, set, setEntry, setEntry, setEntry, setEntry, setIndex, setIndex, setIndex, setIndex, setIndex, setIndex, setIndex, setIndex, setIndex, setIndex, setIndex, setIndex
active, author, author, comments, comments, dateCreated, dateModified, docMarker, docMarker, help, help, icon, isactive, isActive, label, label, lastModifiedBy, model, model, name, name, resetAuthor, scope, tag, tag, timeCreated, timeModified, version, version
getContainer, getDisplayString
image
MeshFeature create(java.lang.String tag, java.lang.String oper)
tag
- Mesh feature tag.oper
- Mesh feature type.void expand()
MeshFeatureList feature()
MeshFeature feature(java.lang.String tag)
tag
- Mesh feature tag.void importData()
importData
in interface GeomMeshFeature
java.lang.String[] outputSelection()
MeshProblemFeatureList problem()
MeshProblemFeature problem(java.lang.String tag)
tag
- Meshing problem tag.MeshSelection selection()
selection
in interface SelectionEntity
LocalSelection selection(java.lang.String name)
selection
in interface PropFeature
name
- The selection property name.