Package com.comsol.model
Interface HideGeom
-
- All Superinterfaces:
AbstractSelection
,IPlotAndImageExport
,LocalSelection
,ModelEntity
,PrimitiveModelEntity
,Selection
- All Known Subinterfaces:
HideMesh
,SavePointHideGeom
public interface HideGeom extends LocalSelection, ModelEntity, IPlotAndImageExport
Hide feature with geometric entities.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description HideGeom
addMeshControl(int... entities)
Add the given geometric mesh control entities to the hide selection.int[]
meshControlEntities(int dim)
Return the geometric mesh control entities on the given dimension.int[]
meshControlEntities(java.lang.String mesh, int dim)
Return the geometric mesh control entities on the given dimension with respect to the build state of the given mesh.HideGeom
removeMeshControl(int... entities)
Remove the given geometric mesh control entities from the hide selection.HideGeom
setMeshControl(int... entities)
Set the hide selection to use the given geometric mesh control entities.-
Methods inherited from interface com.comsol.model.AbstractSelection
dim, dimension, geom
-
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
-
addMeshControl
HideGeom addMeshControl(int... entities)
Add the given geometric mesh control entities to the hide selection.- Parameters:
entities
- Geometric entities.- Returns:
- HideGeom.
-
meshControlEntities
int[] meshControlEntities(int dim)
Return the geometric mesh control entities on the given dimension.- Parameters:
dim
- Dimension to analyze.- Returns:
- Vector of geometric mesh control entities.
-
meshControlEntities
int[] meshControlEntities(java.lang.String mesh, int dim)
Return the geometric mesh control entities on the given dimension with respect to the build state of the given mesh.- Parameters:
mesh
- Mesh to consider.dim
- Dimension to analyze.- Returns:
- Vector of geometric mesh control entities.
-
removeMeshControl
HideGeom removeMeshControl(int... entities)
Remove the given geometric mesh control entities from the hide selection.- Parameters:
entities
- Geometric entities.- Returns:
- HideGeom.
-
setMeshControl
HideGeom setMeshControl(int... entities)
Set the hide selection to use the given geometric mesh control entities.- Parameters:
entities
- Geometric entities.- Returns:
- HideGeom.
-
-