Package com.comsol.model
Interface HideMesh
-
- All Superinterfaces:
AbstractSelection
,HideGeom
,IPlotAndImageExport
,LocalSelection
,ModelEntity
,PrimitiveModelEntity
,Selection
public interface HideMesh extends HideGeom
Hide feature with mesh entities.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
mesh()
Return the tag of the meshing sequence where hiding applies.HideMesh
mesh(java.lang.String tag)
Set the meshing sequence where hiding applies.-
Methods inherited from interface com.comsol.model.AbstractSelection
dim, dimension, geom
-
Methods inherited from interface com.comsol.model.HideGeom
addMeshControl, meshControlEntities, meshControlEntities, removeMeshControl, setMeshControl
-
Methods inherited from interface com.comsol.model.IPlotAndImageExport
image
-
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
-
mesh
java.lang.String mesh()
Return the tag of the meshing sequence where hiding applies.- Returns:
- Tag of meshing sequence.
-
mesh
HideMesh mesh(java.lang.String tag)
Set the meshing sequence where hiding applies.- Parameters:
tag
- Meshing sequence tag.- Returns:
- Hide selection.
-
-