public interface MeshList extends ModelEntityList<MeshSequence>, IListMove
Modifier and Type | Method and Description |
---|---|
void |
clearMeshes()
Clears all meshes for all geometries in a model.
|
MeshSequence |
create(java.lang.String tag,
java.lang.String gtag)
Creates a meshing sequence.
|
void |
run()
Builds all meshing sequences.
|
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
void clearMeshes()
MeshSequence create(java.lang.String tag, java.lang.String gtag)
tag
- Meshing sequence tag.gtag
- Geometry sequence tag.void run()