Package com.comsol.model
Interface SavePointGeom
-
- All Superinterfaces:
ModelEntity,PrimitiveModelEntity
public interface SavePointGeom extends ModelEntity
A container of selections and hide features on a geometry in the save point model.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SavePointSelectionListselection()Returns selections.SavePointSelectionselection(java.lang.String tag)Returns a selection.SavePointViewListview()Returns views.SavePointViewview(java.lang.String tag)Returns a view.-
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
-
selection
SavePointSelectionList selection()
Returns selections.- Returns:
- Selections.
-
selection
SavePointSelection selection(java.lang.String tag)
Returns a selection.- Parameters:
tag- The selection's tag.- Returns:
- A selection.
-
view
SavePointViewList view()
Returns views.- Returns:
- Views.
-
view
SavePointView view(java.lang.String tag)
Returns a view.- Parameters:
tag- The view's tag.- Returns:
- A view.
-
-