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 boolean
isRemaining()
Tests for remaining geometric entities.java.lang.String
mesh()
Return the mesh to select on.MeshSelection
mesh(java.lang.String tag)
Set the mesh to select on.void
remaining()
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
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, remove, set
-
-
-
-
Method Detail
-
isRemaining
boolean isRemaining()
Tests for remaining geometric entities.- Returns:
true
if 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.
-
-