Package com.comsol.model
Interface XDLocalSelection
-
- All Superinterfaces:
AbstractSelection
,LocalSelection
,ModelEntity
,PrimitiveModelEntity
,Selection
public interface XDLocalSelection extends LocalSelection
Local selection supporting extra dimensions.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
extraDim()
Returns the attached dimension.XDLocalSelection
extraDim(java.lang.String attachDimTag)
Selects attached dimensions and defines the possible values forextraDimSel
.java.lang.String[]
extraDimSel()
Get extra dimension geometries for attached dimensions.LocalSelection
extraDimSel(java.lang.String xdgeomtag)
Access selection on extra dimension.-
Methods inherited from interface com.comsol.model.AbstractSelection
dim, dimension, geom
-
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
-
extraDim
java.lang.String extraDim()
Returns the attached dimension.- Returns:
- The tag of the attached dimension, or an empty string.
-
extraDim
XDLocalSelection extraDim(java.lang.String attachDimTag)
Selects attached dimensions and defines the possible values forextraDimSel
.- Parameters:
attachDimTag
- Tag of the extra dimension to attach. Usenone
to specify no attached dimension.- Returns:
- The modified selection.
-
extraDimSel
java.lang.String[] extraDimSel()
Get extra dimension geometries for attached dimensions.- Returns:
- Vector of geometry tags.
-
extraDimSel
LocalSelection extraDimSel(java.lang.String xdgeomtag)
Access selection on extra dimension. The geometry must exist in the attached dimensions.- Parameters:
xdgeomtag
- Tag of extra dimension geometry.- Returns:
- Local selection of the specified geometry.
-
-