HyperWorks Desktop

*Perspective()

Specifies settings for perspective drawing of 3-D graphic entities.

*Perspective()

Specifies settings for perspective drawing of 3-D graphic entities.

Previous topic Next topic No expanding text in this topic  

*Perspective()

Specifies settings for perspective drawing of 3-D graphic entities.

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

Syntax

*Perspective(FOV, Z offset, Near plane, Far plane)

Arguments

Name

Description

 

FOV

Field of view angle.

 

Z offset

View frustum Z offset.

 

Near plane

Distance to the nearest plane.

 

Far plane

Distance to the farthest plane.

Example

*BeginGraphic()

• • •

  *Perspective(10, 0, 1.68361, 1683.61)

  *ModelSource({GRAPHIC_FILE_1}, LS_DYNA d3plot)

  *ResultSource({RESULT_FILE_1}, LS_DYNA d3plot)

• • •

*EndGraphic()

Application

MotionView, HyperView, and MediaView.

Context

*BeginGraphic()

Comments

It is easier to alter these parameters through the user interface than through thesession.

See also

 

*BeginGraphic()

*DisplayOptions()

List of Session Statements