HyperWorks Desktop

*ElementContour()

Indicates whether the contour should be generated per node or per element.

*ElementContour()

Indicates whether the contour should be generated per node or per element.

Previous topic Next topic No expanding text in this topic  

*ElementContour()

Indicates whether the contour should be generated per node or per element.

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

Syntax

*ElementContour(yes/no)

Arguments

Name

Description

 

yes/no

Yes - Generates the contour per element.

No - Generates the contour per node.

Example

*BeginContour()

  *ElementContour(yes)

*EndContour()

Application

HyperView.

Context

*BeginContour()

Comments

This statement can only appear between the *BeginContour() and *EndContour() statements.  If this statement is not specified in a *Contour() block, the contour is generated per node.

See also

 

*BeginContour()

List of Session Statements