Package com.comsol.model
Interface MeshSelection
-
- All Superinterfaces:
AbstractSelection,LocalSelection,ModelEntity,PrimitiveModelEntity,Selection
public interface MeshSelection extends LocalSelection
Mesh selection.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisRemaining()Tests for remaining geometric entities.java.lang.Stringmesh()Return the mesh to select on.MeshSelectionmesh(java.lang.String tag)Set the mesh to select on.voidremaining()Selection for all remaining geometric entities.-
Methods inherited from interface com.comsol.model.AbstractSelection
dim, dimension, geom
-
Methods inherited from interface com.comsol.model.LocalSelection
embedded, embedded, embeddedSelection, named, named
-
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.PrimitiveModelEntity
getContainer, getDisplayString, resolveModelPath
-
Methods inherited from interface com.comsol.model.Selection
add, all, allgeom, allGeom, allVoids, clear, dom, entities, entities, geom, geom, geom, geom, global, inherit, inputDimension, inputEntities, interiordom, interiorEntities, isgeom, isGeom, isglobal, isGlobal, isinheriting, isInheriting, meshControlEntities, remove, set
-
-
-
-
Method Detail
-
isRemaining
boolean isRemaining()
Tests for remaining geometric entities.- Returns:
trueif there are geometric entities remaining.
-
mesh
java.lang.String mesh()
Return the mesh to select on.- Returns:
- Tag of meshing sequence.
-
mesh
MeshSelection mesh(java.lang.String tag)
Set the mesh to select on.- Parameters:
tag- Tag of meshing sequence.- Returns:
- Selection.
-
remaining
void remaining()
Selection for all remaining geometric entities.
-
-