HyperWorks Desktop

*ShadeMode()

Sets the shading mode for a part.

*ShadeMode()

Sets the shading mode for a part.

Previous topic Next topic No expanding text in this topic  

*ShadeMode()

Sets the shading mode for a part.

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

Syntax

*ShadeMode(mode)

Arguments

Name

Description

 

mode

“light_flat” indicates that the shading on the part should be flat.

“light_smooth” indicates that the shading on the part should be smooth.

Example

*BeginPart(4, "Shell", "PART", 0)

       *Attribute(On, IdOff, 58, Opa, Sha, NoL,

                  InFit, InCut, InIso)

      *ShadeMode(“light_flat”)

*EndPart()

Application

HyperView.

Context

*BeginPart()

Comments

This statement can be used to overwrite the default shading mode for any part.

See also

 

*BeginPart()

List of Session Statements