public interface ViewList extends ModelEntityList<View>, IListMove
Modifier and Type | Method and Description |
---|---|
View |
copyToGeometry(java.lang.String newTag,
java.lang.String tag,
java.lang.String geom)
Creates a copy of a view and inserts it to this list and assigns it to
the given geometry.
|
View |
copyToWorkPlane(java.lang.String newTag,
java.lang.String tag,
java.lang.String geom,
java.lang.String workPlane)
Creates a copy of a view and inserts it to this list and assigns it to
the given work plane.
|
View |
create(java.lang.String tag,
int viewdim)
Create a view for a dimension.
|
View |
create(java.lang.String tag,
java.lang.String geom)
Creates a view for a geometry.
|
View |
create(java.lang.String tag,
java.lang.String geom,
java.lang.String workPlane)
Creates a workplane view for a geometry.
|
clear, copy, copy, copyTo, duplicate, duplicateTo, get, index, remove, size, tags, uniquetag
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
View copyToGeometry(java.lang.String newTag, java.lang.String tag, java.lang.String geom)
newTag
- The tag of the new view.tag
- Tag of the view to copy.geom
- Tag of geometry to assign copy to.View copyToWorkPlane(java.lang.String newTag, java.lang.String tag, java.lang.String geom, java.lang.String workPlane)
newTag
- The tag of the new view.tag
- Tag of the view to copy.geom
- Tag of geometry containing the work plane.workPlane
- Tag of work plane.View create(java.lang.String tag, java.lang.String geom)
tag
- View tag.geom
- Geometry tag.View create(java.lang.String tag, int viewdim)
tag
- View tag.viewdim
- View dimension.View create(java.lang.String tag, java.lang.String geom, java.lang.String workPlane)
tag
- View tag.geom
- Geometry tag.workPlane
- Workplane tag.