vcView
vcView provides access to 3D views created in application.
Properties
| Name | Type | Access | Description | 
| CameraFar | Real | RW | Defines the distance of far clipping plane from camera location. | 
| CameraFovy | Real | RW | Defines the field of view (in degrees) for camera. | 
| CameraIsOrtho | Boolean | RW | Turns on/off orthographic mode in camera. | 
| CameraMatrix | vcMatrix | RW | Defines the location of camera in World coordinate system. | 
| CameraNear | Real | RW | Defines the distance of near clipping plane from camera location. | 
| Flags | Integer | RW | Defines if camera, light and shading settings are stored in view.
 0 1 2 3 4 5 6 7  | 
| Properties | List of vcProperty | R | Gets a list of all properties for view. | 
| ShadingEdge | Integer | RW | Defines the shading mode of view.
 0 1 2 3 4  | 
| ShadingRender | Integer | RW | Defines rendering mode of view.
 0 1 2 3 4 5 6  |