HyperWorks Desktop

*PartDisplayMode() - HyperView Model's Part Attribute Display Mode

Specifies the global mesh mode and polygon mode settings for the model itself.

*PartDisplayMode() - HyperView Model's Part Attribute Display Mode

Specifies the global mesh mode and polygon mode settings for the model itself.

Previous topic Next topic No expanding text in this topic  

*PartDisplayMode() - HyperView Model's Part Attribute Display Mode

Specifies the global mesh mode and polygon mode settings for the model itself.

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

Syntax

*PartDisplayMode(meshmode, polygonmode)

Arguments

Name

Description

meshmode

The mesh mode of parts.  See Comments below.

polygonmode

The polygon mode of parts.  See Comments below.

Example

*PartDisplayMode(meshlines, transparent)

Application

HyperView.

Context

*BeginModel()

Comments

This is a global model setting and when it is set it propagates to all parts.  Individual parts can override this setting.

“meshmode” can have the following values:  features/edges/meshlines/none/undefined.
“polygonmode” can have the following values:  wireframe, opaque, transparent/undefined.

See also

 

List of Report Statements