Package com.comsol.model
Interface ViewBase
-
- All Superinterfaces:
ModelEntity
,PrimitiveModelEntity
,PropFeature
,SelectionContainer
,SelectionEntity
- All Known Subinterfaces:
AppView
,ResultFeature
,SavePointView
,View
public interface ViewBase extends PropFeature
Base interface for views.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ViewFeature
axis()
Returns the axis of the view.ViewFeature
camera()
Returns the camera of the view.ViewFeatureList
clip()
Returns the clip objects of the view.ViewFeature
clip(java.lang.String tag)
Returns a clip object from the view.HideGeomList
hideEntities()
Returns the hide features for geometric entities.HideGeom
hideEntities(java.lang.String tag)
Returns a hide features for geometric entities.HideMeshList
hideMesh()
Returns the hide features for imported mesh.HideMesh
hideMesh(java.lang.String tag)
Returns a hide feature for imported mesh.HideDrawList
hideObjects()
Returns the hide features for geometry objects.HideDraw
hideObjects(java.lang.String tag)
Returns a hide features for geometry objects.ViewFeatureList
light()
Returns the lights of the view.ViewFeature
light(java.lang.String tag)
Returns a light from the 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
-
Methods inherited from interface com.comsol.model.PropFeature
getAllowedPropertyValues, getBoolean, getBoolean, getBoolean, getBooleanArray, getBooleanMatrix, getDouble, getDouble, getDouble, getDoubleArray, getDoubleMatrix, getEntryKeyIndex, getEntryKeys, getInt, getInt, getInt, getIntArray, getIntMatrix, getReferenceArray, getString, getString, getString, getString, getStringArray, getStringMatrix, getType, getValueType, hasProperty, hasSelection, move, move, properties, remove, remove, selection, set, set, set, set, set, set, set, set, set, set, set, set, setEntry, setEntry, setEntry, setEntry, setIndex, setIndex, setIndex, setIndex, setIndex, setIndex, setIndex, setIndex, setIndex, setIndex, setIndex, setIndex
-
Methods inherited from interface com.comsol.model.SelectionEntity
selection
-
-
-
-
Method Detail
-
axis
ViewFeature axis()
Returns the axis of the view.- Returns:
- Axis object.
-
camera
ViewFeature camera()
Returns the camera of the view.- Returns:
- Camera object.
-
clip
ViewFeatureList clip()
Returns the clip objects of the view.- Returns:
- List of clip objects.
-
clip
ViewFeature clip(java.lang.String tag)
Returns a clip object from the view.- Parameters:
tag
- Feature tag.- Returns:
- Feature tag.
-
hideEntities
HideGeomList hideEntities()
Returns the hide features for geometric entities.- Returns:
- Hide features for geometric entities.
-
hideEntities
HideGeom hideEntities(java.lang.String tag)
Returns a hide features for geometric entities.- Parameters:
tag
- Feature tag.- Returns:
- Hide feature for geometric entities.
-
hideMesh
HideMeshList hideMesh()
Returns the hide features for imported mesh.- Returns:
- Hide features for imported mesh.
-
hideMesh
HideMesh hideMesh(java.lang.String tag)
Returns a hide feature for imported mesh.- Parameters:
tag
- Feature tag.- Returns:
- Hide feature for imported mesh.
-
hideObjects
HideDrawList hideObjects()
Returns the hide features for geometry objects.- Returns:
- Hide features for geometry objects.
-
hideObjects
HideDraw hideObjects(java.lang.String tag)
Returns a hide features for geometry objects.- Parameters:
tag
- Feature tag.- Returns:
- Hide feature for geometry objects.
-
light
ViewFeatureList light()
Returns the lights of the view.- Returns:
- List of light objects.
-
light
ViewFeature light(java.lang.String tag)
Returns a light from the view.- Parameters:
tag
- Feature tag.- Returns:
- Feature tag.
-
-