Share

PresentationSnapshotView Object


Description

PresentationSnapshotView object.

Methods

Name Description
Edit Method that enters the presentation snapshot view edit mode. Currently the edit(or even for some query functions) out of edit mode for snapshot view is not allowed.
ExitEdit Method that exits the presentation snapshot view edit mode.
SetAppearance Method that sets override appearance. This is applicable to the leaf component.
SetOpacity Method that sets override opacity to PresentationComponent objects.
SetVisibility Method that sets override visibility to PresentationComponent objects.

Properties

Name Description
Application Gets the root Application object. Where the property is weakly-typed, it can be set to (QueryInterfaced for) 'Application' when running with Inventor whereas, 'ApprenticeServer' when running with the Apprentice Server.
DisplayName Read-write property that gets and sets the presentation snapshot view name.
Parent Gets the parent object from whom this object can logically be reached.
SavedCamera Read-only property that returns the saved camera for current presentation snapshot view.
StoryboardAssociative Read-write property that gets and sets whether the PresentationSnapshotView is associative with a PresentationStoryboard object. This is only writable when you set it to False to break the associativity between the storyboard and snapshot view. This shoud be set to False to break the associativity between the snapshot view and sotryboard for editing the snapshot view, otherwise the edit will fail.
Trails Read-only property that returns the PresentationTrails collection object.
Type Gets the constant that indicates the type of this object.

Accessed From

PresentationScene.ActiveSnapshotView, PresentationSnapshotViews.Item

Version

Introduced in version 2018

Was this information helpful?