Package com.comsol.model
Interface GeomObjectSelectionFeature
-
- All Superinterfaces:
AbstractSelection
,GeomObjectSelection
,ModelEntity
,PrimitiveModelEntity
- All Known Subinterfaces:
CumulativeSelection
public interface GeomObjectSelectionFeature extends GeomObjectSelection, ModelEntity
Named geometry object selection.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
show()
Returns true if the selection is shown in physics or in part instances (provided the selection is visible within the geometry).GeomObjectSelectionFeature
show(boolean newShow)
For a cumulative selection, set a flag that determines whether it will be shown in physics and part instances.-
Methods inherited from interface com.comsol.model.AbstractSelection
dim, dimension, geom
-
Methods inherited from interface com.comsol.model.GeomObjectSelection
add, add, add, add, all, all, all, clear, clear, clear, dom, entities, entities, init, init, named, named, object, object, object, objects, remove, remove, remove, remove, set, set, set, set, set
-
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
-
-
-
-
Method Detail
-
show
boolean show()
Returns true if the selection is shown in physics or in part instances (provided the selection is visible within the geometry).- Returns:
- Show flag.
-
show
GeomObjectSelectionFeature show(boolean newShow)
For a cumulative selection, set a flag that determines whether it will be shown in physics and part instances.- Parameters:
newShow
- Flag.- Returns:
- This cumulative selection.
-
-