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
Include none.

1
Include camera.

2
Include lights.

3
Include camera and lights.

4
Include shading.

5
Include camera and shading.

6
Include lights and shading.

7
Include camera, lights and shading.

Properties List of vcProperty R Gets a list of all properties for view.
ShadingEdge Integer RW Defines the shading mode of view.

0
No edges.

1
All edges.

2
Hard edges.

3
Silhouette edges (Currently not implemented).

4
Edge analysis.

ShadingRender Integer RW Defines rendering mode of view.

0
No rendering.

1
Bounding boxes.

2
No filling.

3
Background.

4
Constant filling (Currently not implemented).

5
Flat shaded.

6
Smooth shaded.