public interface AbstractSelection extends ModelEntity
Modifier and Type | Method and Description |
---|---|
int[] |
dimension()
If the selection is on a geometry, returns the dimensions where the
selection applies.
|
int[] |
dom(int arg0)
Deprecated.
Use
entities(int) instead. |
int[] |
dom(java.lang.String arg0,
int arg1)
Deprecated.
Use
entities(String, int) instead. |
int[] |
entities(int dim)
If the selection is on a geometry, return the geometric entities on
the given dimension.
|
int[] |
entities(java.lang.String oname,
int dim)
If the selection is on a geometry object, return the entities of the
given dimension.
|
java.lang.String |
geom()
Returns the geometry tag of the selection as a string.
|
int[] |
interiordom(int arg0)
Deprecated.
Use
interiorEntities(int) instead. |
int[] |
interiorEntities(int dim)
If the selection is on a geometry, return the interior entities of the
given dimension.
|
boolean |
isgeom()
Deprecated.
Use
isGeom() instead. |
boolean |
isGeom()
Returns
true if the selection is a whole geometry. |
boolean |
isglobal()
Deprecated.
Use
isGlobal() instead. |
boolean |
isGlobal()
Returns
true if the selection is global. |
boolean |
isinheriting()
Deprecated.
Use
isInheriting() instead. |
boolean |
isInheriting()
Returns
true if the selection is inherited to lower
dimension levels. |
java.lang.String[] |
object()
Deprecated.
Use
objects() instead. |
java.lang.String[] |
objects()
If the selection is a set of geometry objects, return the names of the
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
int[] dimension()
@Deprecated int[] dom(int arg0)
entities(int)
instead.@Deprecated int[] dom(java.lang.String arg0, int arg1)
entities(String, int)
instead.int[] entities(int dim)
dim
- Dimension to analyze.int[] entities(java.lang.String oname, int dim)
oname
- Geometry object name.dim
- Dimension to analyze.java.lang.String geom()
null
if the selection is global.null
.int[] interiorEntities(int dim)
dim
- Dimension to analyze.@Deprecated int[] interiordom(int arg0)
interiorEntities(int)
instead.boolean isGeom()
true
if the selection is a whole geometry.true
if a whole geometry.boolean isGlobal()
true
if the selection is global.true
if a global selection.boolean isInheriting()
true
if the selection is inherited to lower
dimension levels.true
if the selection is inherited.@Deprecated boolean isgeom()
isGeom()
instead.@Deprecated boolean isglobal()
isGlobal()
instead.@Deprecated boolean isinheriting()
isInheriting()
instead.@Deprecated java.lang.String[] object()
objects()
instead.java.lang.String[] objects()