public interface GeomObjectGroupSelection extends GeomObjectSelection
| Modifier and Type | Method and Description |
|---|---|
GeomObjectGroupSelection |
add(java.lang.String... oname)
Adds the given objects to the selection.
|
GeomObjectGroupSelection |
add(java.lang.String oname,
int[] entities)
Adds the entities to the selection on named object.
|
GeomObjectGroupSelection |
add(java.lang.String oname,
int entity,
int... entities)
Adds the entities to the selection on named object.
|
GeomObjectGroupSelection |
addGroup(int... details)
Adds the specified groups to the selection.
|
GeomObjectGroupSelection |
all(java.lang.String oname)
Sets the selection to be all the entities of an object.
|
GeomObjectGroupSelection |
clear(java.lang.String oname)
Clears all entities of the given object from the selection.
|
int[] |
group()
Returns the group numbers for the selected groups.
|
int[] |
groupEntities(int detail)
Returns the entity numbers of the specified detail group.
|
java.lang.String[] |
groupNames()
Returns a list of names of the groups found.
|
java.lang.String |
groupObject(int detail)
Returns the name of the geometry object that contains the specified
detail group.
|
GeomObjectGroupSelection |
init()
Sets the selection to be a selection of whole geometry objects.
|
GeomObjectGroupSelection |
init(int dim)
Sets the selection to be a selection of geometric entities in a
specified dimension.
|
GeomObjectGroupSelection |
object(java.lang.String arg0)
Deprecated.
Use
init() instead. |
GeomObjectGroupSelection |
object(java.lang.String arg0,
int arg1)
Deprecated.
Use
init(int) instead. |
GeomObjectGroupSelection |
remove(java.lang.String... oname)
Removes the given objects from the selection.
|
GeomObjectGroupSelection |
remove(java.lang.String oname,
int[] entities)
Removes the entities from the selection on named object.
|
GeomObjectGroupSelection |
remove(java.lang.String oname,
int entity,
int... entities)
Removes the entities from the selection on named object.
|
GeomObjectGroupSelection |
removeGroup(int... details)
Removes the specified groups from the selection.
|
GeomObjectGroupSelection |
set(java.lang.String... oname)
Sets the selection to be the given objects.
|
GeomObjectGroupSelection |
set(java.lang.String oname,
int entity)
Sets the selection on named object to be an entity.
|
GeomObjectGroupSelection |
set(java.lang.String oname,
int[] entities)
Sets the selection on named object to be an entity.
|
GeomObjectGroupSelection |
set(java.lang.String oname,
int entity,
int... entities)
Sets the selection on named object to be an entity.
|
GeomObjectGroupSelection |
setGroup(int... details)
Sets the selection groups.
|
int |
size()
Returns the number of detail groups found.
|
add, all, all, clear, clear, dom, entities, entities, named, named, object, objects, remove, setdim, dimension, geomactive, 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, versiongetContainer, getDisplayStringGeomObjectGroupSelection add(java.lang.String... oname)
add in interface GeomObjectSelectiononame - Object names.GeomObjectGroupSelection add(java.lang.String oname, int[] entities)
add in interface GeomObjectSelectiononame - Object name.entities - Entity indices.GeomObjectGroupSelection add(java.lang.String oname, int entity, int... entities)
add in interface GeomObjectSelectiononame - Object name.entity - Entity index.entities - Entity indices.GeomObjectGroupSelection addGroup(int... details)
details - Specified groups.GeomObjectGroupSelection all(java.lang.String oname)
all in interface GeomObjectSelectiononame - Object name.GeomObjectGroupSelection clear(java.lang.String oname)
clear in interface GeomObjectSelectiononame - Object name.int[] group()
int[] groupEntities(int detail)
detail - Specified group.java.lang.String[] groupNames()
java.lang.String groupObject(int detail)
detail - Specified group.GeomObjectGroupSelection init()
init in interface GeomObjectSelectionGeomObjectGroupSelection init(int dim)
init in interface GeomObjectSelectiondim - Dimension.@Deprecated GeomObjectGroupSelection object(java.lang.String arg0)
init() instead.object in interface GeomObjectSelection@Deprecated GeomObjectGroupSelection object(java.lang.String arg0, int arg1)
init(int) instead.object in interface GeomObjectSelectionGeomObjectGroupSelection remove(java.lang.String... oname)
remove in interface GeomObjectSelectiononame - Object names.GeomObjectGroupSelection remove(java.lang.String oname, int[] entities)
remove in interface GeomObjectSelectiononame - Object name.entities - Entity indices.GeomObjectGroupSelection remove(java.lang.String oname, int entity, int... entities)
remove in interface GeomObjectSelectiononame - Object name.entity - Entity index.entities - Entity indices.GeomObjectGroupSelection removeGroup(int... details)
details - Specified groups.GeomObjectGroupSelection set(java.lang.String... oname)
set in interface GeomObjectSelectiononame - Object names.GeomObjectGroupSelection set(java.lang.String oname, int entity)
set in interface GeomObjectSelectiononame - Object name.entity - Entity index.GeomObjectGroupSelection set(java.lang.String oname, int[] entities)
set in interface GeomObjectSelectiononame - Object name.entities - Entity indices.GeomObjectGroupSelection set(java.lang.String oname, int entity, int... entities)
set in interface GeomObjectSelectiononame - Object names.entity - Entity index.entities - Additional entity indices.GeomObjectGroupSelection setGroup(int... details)
details - Specified groups.int size()