public interface HideGeom extends LocalSelection, ModelEntity, IPlotAndImageExport
Modifier and Type | Method and 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.
|
named, named
add, all, allgeom, allGeom, allVoids, entities, geom, geom, geom, geom, global, inherit, inputDimension, inputEntities, interiorEntities, isGeom, isGlobal, isInheriting, remove, set
dimension, dom, dom, entities, geom, interiordom, isgeom, isglobal, isinheriting, object, objects
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
getContainer, getDisplayString
image
HideGeom addMeshControl(int... entities)
entities
- Geometric entities.int[] meshControlEntities(int dim)
dim
- Dimension to analyze.int[] meshControlEntities(java.lang.String mesh, int dim)
mesh
- Mesh to consider.dim
- Dimension to analyze.HideGeom removeMeshControl(int... entities)
entities
- Geometric entities.HideGeom setMeshControl(int... entities)
entities
- Geometric entities.