poIGraphicMaterial GetRoughness

Gets the roughness value of the graphic material.

Syntax

graphic_material GetRoughness

Application

HyperView Tcl Query

Description

This command returns the roughness value of the graphic material (float 0.0 to 100.0).

Example

To get the roughness value of a graphic material:
hwi OpenStack
hwi GetSessionHandle session_handle
session_handle GetClientManagerHandle post_manager_handle Animation
post_manager_handle GetGraphicMaterialHandle brass 3
brass GetRoughness
hwi CloseStack

Errors

None.