Package com.comsol.model
Interface GeomObjectSelectionFeatureList
-
- All Superinterfaces:
java.lang.Iterable<GeomObjectSelectionFeature>
,ModelEntity
,ModelEntityList<GeomObjectSelectionFeature>
,PrimitiveModelEntity
public interface GeomObjectSelectionFeatureList extends ModelEntityList<GeomObjectSelectionFeature>
List of named geometry object selections.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GeomObjectSelectionFeature
create(java.lang.String selectionTag, java.lang.String selectionType)
Creates a selection.-
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.ModelEntityList
clear, copy, copy, copyTo, duplicate, duplicateTo, get, index, remove, size, tags, uniquetag
-
Methods inherited from interface com.comsol.model.PrimitiveModelEntity
getContainer, getDisplayString, resolveModelPath
-
-
-
-
Method Detail
-
create
GeomObjectSelectionFeature create(java.lang.String selectionTag, java.lang.String selectionType)
Creates a selection.- Parameters:
selectionTag
- Tag of created selection.selectionType
- Type of created selection.- Returns:
- Created selection.
-
-