SnapshotRestoreOptions¶
Interface SnapshotRestoreOptions
interface SnapshotRestoreOptions {
restoreAnnotations?: boolean;
restoreCamera?: boolean;
restoreClipPlanes?: boolean;
restoreClipRoom?: boolean;
restoreDrawingPlanes?: boolean;
restoreDrawings?: boolean;
restoreLayerFilter?: boolean;
restoreMeasurements?: boolean;
restoreSelection?: boolean;
restoreTree?: boolean;
}
restoreAnnotations?: boolean;
restoreCamera?: boolean;
restoreClipPlanes?: boolean;
restoreClipRoom?: boolean;
restoreDrawingPlanes?: boolean;
restoreDrawings?: boolean;
restoreLayerFilter?: boolean;
restoreMeasurements?: boolean;
restoreSelection?: boolean;
restoreTree?: boolean;
}
Properties
Optional
restore Annotations
restoreAnnotations?: boolean
Optional
restore Camera
restoreCamera?: boolean
Optional
restore Clip Planes
restoreClipPlanes?: boolean
Optional
restore Clip Room
restoreClipRoom?: boolean
Optional
restore Drawing Planes
restoreDrawingPlanes?: boolean
Optional
restore Drawings
restoreDrawings?: boolean
Optional
restore Layer Filter
restoreLayerFilter?: boolean
Optional
restore Measurements
restoreMeasurements?: boolean
Optional
restore Selection
restoreSelection?: boolean
Optional
restore Tree
restoreTree?: boolean