plt3DIPlot SetSmoothNormals
Turns edge smoothing on and off.
Syntax
plt3DIPlot_handle SetSmoothNormals state
Application
HyperWorks Tcl Query
Description
Turns edge smoothing on and off.
Inputs
- state
-
- True
- Displays smooth edges.
- False
- Shows edges.
Example
hwi GetSessionHandle mySessionName
mySessionName GetProjectHandle myProjectName
myProjectName GetPageHandle myPageName [myProjectName GetActivePage]
myPageName GetWindowHandle myWindowName [myPageName GetActiveWindow]
myWindowName GetClientHandle myPlotName
myPlotName SetSmoothNormals true
Errors
Success (0) or an error code.