imat_vtkplot/setcontourcomponent (+FEA)


Purpose

Set the contour display component.

Syntax

hplot.setcontourcomponent(comp)

Description

SETCONTOURCOMPONENT sets the contour result component being displayed.

COMP is either a string containing the component (or 'element' to use element colors), or a numeric scalar containing the index into the component list found in

HPLOT.contour.components

 

Examples

>> h.setcontourcomponent('Y')
>> h.setcontourcomponent(2)
>> h.setcontourcomponent('element')