public interface GeomObjectSelection extends AbstractSelection
Modifier and Type | Method and Description |
---|---|
GeomObjectSelection |
add(java.lang.String... onames)
Adds the given objects to a selection of whole objects.
|
GeomObjectSelection |
add(java.lang.String[] oname,
int[][] entities)
Adds the entities to the selection on given objects.
|
GeomObjectSelection |
add(java.lang.String oname,
int[] entities)
Adds the entities to the selection on given object.
|
GeomObjectSelection |
add(java.lang.String oname,
int entity,
int... entities)
Adds the given entities of the given object to the selection.
|
GeomObjectSelection |
all(java.lang.String oname)
Sets the selection to be all entities of the given object.
|
GeomObjectSelection |
all(java.lang.String[] onames)
Sets the selection to be all entities of the given objects.
|
GeomObjectSelection |
clear(java.lang.String oname)
Clears all entities of the given object from the selection.
|
GeomObjectSelection |
clear(java.lang.String[] onames)
Clears all entities of the given objects from the selection.
|
int[] |
entities(java.lang.String oname,
int dim)
If the selection is on a geometry object, return the entities of the
given dimension.
|
GeomObjectSelection |
init()
Sets the selection to be an empty selection of whole objects.
|
GeomObjectSelection |
init(int dim)
Sets the selection to be an empty selection of geometric entities in
the specified dimension.
|
java.lang.String |
named()
Returns named selection referred to.
|
GeomObjectSelection |
named(java.lang.String selTag)
Let the selection refer to a named selection.
|
GeomObjectSelection |
object(java.lang.String arg0)
Deprecated.
Use
init() instead. |
GeomObjectSelection |
object(java.lang.String arg0,
int arg1)
Deprecated.
Use
init(int) instead. |
java.lang.String[] |
objects()
If the selection is a set of geometry objects, return the names of the
objects.
|
GeomObjectSelection |
remove(java.lang.String... onames)
Removes the given objects from a selection of whole objects.
|
GeomObjectSelection |
remove(java.lang.String[] onames,
int[][] entities)
Removes the given entities of the given objects from the selection.
|
GeomObjectSelection |
remove(java.lang.String oname,
int[] entities)
Removes the given entities of the given object from the selection.
|
GeomObjectSelection |
remove(java.lang.String oname,
int entity,
int... entities)
Removes the given entities of the given object from the selection.
|
GeomObjectSelection |
set(java.lang.String... onames)
Sets a selection of whole objects to be the given objects.
|
GeomObjectSelection |
set(java.lang.String[] onames,
int[][] entities)
Sets the selection to be the given entities of the given objects.
|
GeomObjectSelection |
set(java.lang.String oname,
int entity)
Sets the selection on given object to be an entity.
|
GeomObjectSelection |
set(java.lang.String oname,
int[] entities)
Sets the selection to be the given entities of the given object.
|
GeomObjectSelection |
set(java.lang.String oname,
int entity,
int... entities)
Sets the selection to be the given entities of the given object.
|
dimension, dom, dom, entities, geom, interiordom, interiorEntities, isgeom, isGeom, isglobal, isGlobal, isinheriting, isInheriting, object
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
GeomObjectSelection add(java.lang.String... onames)
onames
- Object names.GeomObjectSelection add(java.lang.String oname, int[] entities)
oname
- Object name.entities
- Entity indices.GeomObjectSelection add(java.lang.String[] oname, int[][] entities)
oname
- Object name.entities
- Entity indices for each object.GeomObjectSelection add(java.lang.String oname, int entity, int... entities)
oname
- Object names.entity
- Entity index.entities
- Entity indices.GeomObjectSelection all(java.lang.String oname)
oname
- Object name.GeomObjectSelection all(java.lang.String[] onames)
onames
- Object names.GeomObjectSelection clear(java.lang.String oname)
oname
- Object name.GeomObjectSelection clear(java.lang.String[] onames)
onames
- Object name.int[] entities(java.lang.String oname, int dim)
entities
in interface AbstractSelection
oname
- Geometry object name.dim
- Dimension to analyze.GeomObjectSelection init()
GeomObjectSelection init(int dim)
dim
- Entity dimension.java.lang.String named()
GeomObjectSelection named(java.lang.String selTag)
selTag
- Tag of named selection.@Deprecated GeomObjectSelection object(java.lang.String arg0)
init()
instead.@Deprecated GeomObjectSelection object(java.lang.String arg0, int arg1)
init(int)
instead.java.lang.String[] objects()
objects
in interface AbstractSelection
GeomObjectSelection remove(java.lang.String... onames)
onames
- Object names.GeomObjectSelection remove(java.lang.String oname, int[] entities)
oname
- Object name.entities
- Entity indices.GeomObjectSelection remove(java.lang.String[] onames, int[][] entities)
onames
- Object names.entities
- Entity indices for each object.GeomObjectSelection remove(java.lang.String oname, int entity, int... entities)
oname
- Object name.entity
- Entity index.entities
- Entity indices.GeomObjectSelection set(java.lang.String... onames)
onames
- Object names.GeomObjectSelection set(java.lang.String oname, int entity)
oname
- Object name.entity
- Entity index.GeomObjectSelection set(java.lang.String oname, int[] entities)
oname
- Object name.entities
- Entity indices.GeomObjectSelection set(java.lang.String[] onames, int[][] entities)
onames
- Object names.entities
- Entity indices for each object.GeomObjectSelection set(java.lang.String oname, int entity, int... entities)
oname
- Object name.entity
- Entity index.entities
- Additional entity indices.