Warning
Nightly releases are generated automatically from the latest source code and are intended for experimental purposes only. These builds may contain incomplete or untested features, bugs, or security vulnerabilities, and as such, are not for production use. Users should be aware that nightly releases may cause unexpected behavior, data loss, or system instability. Use of these releases is at the user's own risk, and it is advised to have adequate backups before testing. The software is provided as is with no guarantees or support.
InternalSnapshotCreatedEvent¶
Class InternalSnapshotCreatedEvent
Hierarchy (View Summary)
- WebVisEvent
- InternalSnapshotCreatedEvent
Index
Constructors
constructor
- new InternalSnapshotCreatedEvent(
snapshotID: number,
name?: string,
attachmentID?: number,
cameraStore?: {
cameraType: number;
centerOfRotation: [number, number, number];
viewMatrix: [
number,
number,
number,
number,
number,
number,
number,
number,
number,
number,
number,
number,
number,
number,
number,
number,
];
viewPlaneDistance: number;
viewPointDiameter: number;
},
snapshotStore?: any,
instanceStores?: { [key: number]: any },
sessionSyncData?: SessionSyncDataMap,
): InternalSnapshotCreatedEvent The INTERNAL_SNAPSHOT_CREATED event occurs if a Snapshot is created.
Parameters
- snapshotID: number
The ID of the Snapshot.
Optional
name: stringThe name of the Snapshot.
Optional
attachmentID: numberThe ID of the Attachment.
Optional
cameraStore: {
cameraType: number;
centerOfRotation: [number, number, number];
viewMatrix: [
number,
number,
number,
number,
number,
number,
number,
number,
number,
number,
number,
number,
number,
number,
number,
number,
];
viewPlaneDistance: number;
viewPointDiameter: number;
}Optional
snapshotStore: any(only for navis)
Optional
instanceStores: { [key: number]: any }(only for navis)
Optional
sessionSyncData: SessionSyncDataMap(only for navis)
Returns InternalSnapshotCreatedEvent
- snapshotID: number
Properties
Optional
attachmentID
The ID of the Attachment.
Optional
camera Store
cameraType: number;
centerOfRotation: [number, number, number];
viewMatrix: [
number,
number,
number,
number,
number,
number,
number,
number,
number,
number,
number,
number,
number,
number,
number,
number,
];
viewPlaneDistance: number;
viewPointDiameter: number;
}
id
The unique ID of the event.
Optional
instance Stores
(only for navis)
Optional
name
The name of the Snapshot.
Optional
session Sync Data
(only for navis)
snapshotID
The ID of the Snapshot.
Optional
snapshot Store
(only for navis)
Optional
transaction Code
The transaction code associated with the event.
Optional
transactionID
The transaction ID associated with the event.
Optional
type
The type of the event.
INTERNAL_SNAPSHOT_CREATED INTERNAL_SNAPSHOT_CREATED