Package com.comsol.model
Interface MeshList
-
- All Superinterfaces:
IListMove
,java.lang.Iterable<MeshSequence>
,ModelEntity
,ModelEntityList<MeshSequence>
,PrimitiveModelEntity
- All Known Subinterfaces:
ComponentMeshList
public interface MeshList extends ModelEntityList<MeshSequence>, IListMove
List of meshes.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method 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.-
Methods inherited from interface com.comsol.model.ModelEntity
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
-
Methods inherited from interface com.comsol.model.ModelEntityList
clear, copy, copy, copyTo, duplicate, duplicateTo, get, index, remove, size, tags, uniquetag
-
Methods inherited from interface com.comsol.model.PrimitiveModelEntity
getContainer, getDisplayString, resolveModelPath
-
-
-
-
Method Detail
-
clearMeshes
void clearMeshes()
Clears all meshes for all geometries in a model.
-
create
MeshSequence create(java.lang.String tag, java.lang.String gtag)
Creates a meshing sequence.- Parameters:
tag
- Meshing sequence tag.gtag
- Geometry sequence tag.- Returns:
- Created meshing sequence.
-
run
void run()
Builds all meshing sequences.
-
-