plt3DIPlot SetMeshLineThickness

Sets the display thickness of the mesh lines.

Syntax

plt3DIPlot_handle SetMeshLineThickness thickness

Application

Tcl Query

Description

Sets the display thickness of the mesh lines.

Inputs

thickness
An integer from 1 to 10 with 10 being the thickest mesh line.

Example

hwi GetSessionHandle mySessionName
mySessionName GetProjectHandle myProjectName
myProjectName GetPageHandle myPageName [myProjectName GetActivePage]
myPageName GetWindowHandle myWindowName [myPageName GetActiveWindow]
myWindowName GetClientHandle myPlotName
myPlotName SetMeshLineThickness 3

Errors

Success (0) or an error code.