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, warningsgetAllowedPropertyValues, 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, setIndexactive, 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, versiongetContainer, getDisplayStringimageMeshFeature 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 GeomMeshFeaturejava.lang.String[] outputSelection()
MeshProblemFeatureList problem()
MeshProblemFeature problem(java.lang.String tag)
tag - Meshing problem tag.MeshSelection selection()
selection in interface SelectionEntityLocalSelection selection(java.lang.String name)
selection in interface PropFeaturename - The selection property name.