plt3DISurface SetMeshColor
Sets the color of mesh lines superimposed on the surface.
Syntax
plt3DISurface_handle SetMeshColor color
Application
HyperWorks Tcl Modify
Description
The above example refers to colors by name, by RGB value, and by index.
Inputs
- color
- A color identifier.
Example
hwi GetSessionHandle mySessionName
mySessionName GetProjectHandle myProjectName
myProjectName GetPageHandle myPageName 1
myPageName GetWindowHandle myWinName 1
myWinName GetClientHandle myClientName
myClientName GetSurfaceHandle mySurfaceName 1
mySurfaceName SetMeshColor red
mySurfaceName SetMeshColor "255 255 255"
mySurfaceName SetMeshColor 4
Errors
None.