public interface ViewBase extends PropFeature
Modifier and Type | Method and Description |
---|---|
ViewFeature |
axis()
Returns the axis of the view.
|
ViewFeature |
camera()
Returns the camera of 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.
|
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
selection
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
getContainer, getDisplayString
ViewFeature axis()
ViewFeature camera()
HideGeomList hideEntities()
HideGeom hideEntities(java.lang.String tag)
tag
- Feature tag.HideMeshList hideMesh()
HideMesh hideMesh(java.lang.String tag)
tag
- Feature tag.HideDrawList hideObjects()
HideDraw hideObjects(java.lang.String tag)
tag
- Feature tag.ViewFeatureList light()
ViewFeature light(java.lang.String tag)
tag
- Feature tag.