*MemoryView()
Specifies a memorized orientation view for the animation window.
Syntax
*MemoryView (1/2, On/Off, [4X4 Matrix], ClipMinX, ClipMaxX, ClipMinY, ClipMaxY)
Application
HyperView
Inputs
- 1/2
- Indicates one of the two memorized graphic views to which the statement applies.
- On/Off
-
- On
- Activates the orientation view.
- Off
- Deactivates the orientation view.
- [4x4 Matrix]
- Matrix for view orientation.
- ClipMinX
- Parameter that defines view clipping region.
- ClipMaxX
- Parameter that defines view clipping region.
- ClipMinY
- Parameter that defines view clipping region.
- ClipMaxY
- Parameter that defines view clipping region.
Context
*BeginGraphic()
Example
*BeginGraphic()
• • •
*ClippingRegion(-56.066, 156.066, -77.0705, 94.2998)
*MemoryView(1, On, 0.880248, 0.162297, -0.445897, 0,
-0.471858, 0.398675, -0.786389, 0,
0.0501398, 0.902617, 0.427514, 0,
6.71898, -11.7084, 24.8401, 1,
-56.066, 156.066, -77.0705, 94.2998)
• • •
*EndGraphic()
Comments
When asession is saved, the orientation is defined as a view matrix. It is not recommended that view matrices or clipping parameters be edited.
The view orientations saved in the *MemoryView() statement correspond to those saved by pressing the ‘M1’ and ‘M2’ buttons on the view controls pad, located in the lower right corner of the application user interface.