public interface MeshFeatureList extends PropFeatureList<MeshFeature>, IListMove
Modifier and Type | Method and Description |
---|---|
MeshFeature |
create(java.lang.String tag,
java.lang.String oper)
Creates a mesh feature.
|
java.lang.String[] |
problemNames()
Deprecated.
@deprecated Use
MeshSequence.problems() or GeomMeshFeature.problems() instead. |
clear, copy, copy, copyTo, duplicate, duplicateTo, get, index, remove, size, tags, uniquetag
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
MeshFeature create(java.lang.String tag, java.lang.String oper)
create
in interface PropFeatureList<MeshFeature>
tag
- Mesh feature tag.oper
- Mesh feature type.@Deprecated java.lang.String[] problemNames()
MeshSequence.problems()
or GeomMeshFeature.problems()
instead.