imat_vtkplot/tracelinestyle (+FEA)


Purpose

Set traceline style.

Syntax

hplot.tracelinestyle('undeformed','width',3)
hplot.tracelinestyle('deformed,'color',[255 0 0])
hplot.tracelinestyle(mode,'width',width,'style',style,'color',color)

Description

This method changes the style of the tracelines on the mesh.

MODE controls which display the style changes will be applied to -- 'undeformed' or 'deformed'.

WIDTH changes the width of the tracelines. This can be any number greater than zero.

STYLE controls the style of thelines. This can be '-' for solid lines, '--' for dashed lines, '-.' for dash-dot lines, ':' for dotted lines, or 'none' for no lines.

COLOR is an Nx3 RGB vector which sets the line color of the tracelines. N must either be 1 or the number of tracelines. The values must be between 0 and 255.