new SavedView(
camera?,name?):SavedView
Creates a saved view.
Camera = ...
View camera.
string
View name.
SavedView
camera:
Camera
View camera.
readonlyelements:Set<PMIElement>
PMI elements assigned to the view.
get id():
bigint
Returns the unique identifier of the object.
bigint
get name():
string|null
Returns the name of the saved view.
string | null
set name(
name):void
Sets the name of the saved view.
string | null
Name to assign to the saved view.
void
addElement(
element):void
Adds a PMI element to the view.
void
Use SavedView.elements and elements.add instead.
numberOfElements():
number
Returns the number of PMI elements assigned to the view.
number
Use SavedView.elements and elements.size instead.