HyperWorks Desktop

*ClippingRegion() - HyperView

Specifies the clipping region for a saved view.

*ClippingRegion() - HyperView

Specifies the clipping region for a saved view.

Previous topic Next topic No expanding text in this topic  

*ClippingRegion() - HyperView

Specifies the clipping region for a saved view.

Previous topic Next topic JavaScript is required for expanding text JavaScript is required for the print function  

Syntax

*ClippingRegion(clip_values)

Argument

Name

Description

 

clip_values

The minimum and maximum clipping values in the X, Y, and Z planes.

Example

*BeginSavedView(“View 1”)

  *ClippingRegion(“clip_values”)

*EndSavedView()

Application

HyperView.

Context

*BeginSavedView()

Comments

A *ClippingRegion() block may be placed inside a *BeginSavedView() block to capture the clipping values for a given memory view. This consists of six float values, separated by spaces, which captures the clipping region in the X, Y, and Z planes.

See also

 

*BeginSavedView()

*View()

List of Session Statements