Go to:
Return value. Related commands. Flags. Examples.
Synopsis
viewClipPlane [-q] [flags] [camera]
The viewClipPlane command can be used to query or set a camera's
clip planes. If a camera is not specified, the camera in the
active view will be used. The near and far clip plane flags may be
used in conjunction with the auto clip plane flag.
Return value
unknown
Related commands
camera, cameraView, dolly, listCameras, lookThru, orbit, roll, track, tumble, viewCamera, viewFit, viewHeadOn, viewLookAt, viewPlace, viewSetFlags
autoClipPlane, farClipPlane, nearClipPlane, surfacesOnly
| Long name (short name) | [argument types] | Properties |
|---|
-autoClipPlane
(-acp)
| |   |
|
Compute the clip planes such that all object's in the camera's
viewing frustum will be visible.
|
|
-surfacesOnly
(-so)
| |  |
|
This flag is to be used in conjunction with the auto clip
plane flag. Only the bounding boxes of surfaces will be used
to compute the camera's clipping planes.
|
|
-nearClipPlane
(-ncp)
| float |   |
|
Set or query the near clip plane.
|
|
-farClipPlane
(-fcp)
| float |   |
|
Set or query the far clip plane.
|
|
Flag can appear in Create mode of command
|
Flag can appear in Edit mode of command
|
Flag can appear in Query mode of command
|
Flag can be used more than once in a command
|
Examples
viewClipPlane -acp perspShape;
viewClipPlane -acp;
viewClipPlane -acp -ncp 3.0;
viewClipPlane -ncp 3.0cm;
viewClipPlane -q -ncp perspShape;