Description | Example | Return Message | Group

VO Clipping

Set the clipping planes for the view in the 3D window

Syntax

VO <ScenarioPath> Clipping {ClipType} <Distance> <WinNumber>

Description

In 3D Graphics, the clipping plane defines the visible distance in which items seen are drawn. Items are drawn between the near and far planes. This command allows you to specify the visible distance for those planes.

{ClipType} can be Near or Far. <Distance> is used to specify the visible distance. The near plane must be less than the far plane.

<WinNumber> specifies the 3D Graphics window number to which the clipping values will be applied.

Example

To set the far clipping plane to 10,000 km in the first 3D window of the current scenario:

VO * Clipping Far 10000000 1

To set the near clipping plane to 10 km in the first 3D window of the current scenario:

VO * Clipping Near 10000 1

ReturnMessage

If activated, Connect returns an acknowledgement message.

Group Membership

This command belongs to the following group(s):

VO

VO Window

Version

4.1.1

STK Programming Interface 11.0.1