plt3DISurface SetParametric
Sets whether a surface’s X, Y, and Z vectors are parameterized by U and V vectors.
Syntax
plt3DISurface_handle SetParametric flag
Application
HyperWorks Tcl Modify
Description
Parametric surfaces contain hidden U and V vectors, which can be used to parameterize X, Y, and Z. If this flag is set, U and V are evaluated before X, Y, and Z.
Inputs
- flag
- Parametric, true or false.
Example
hwi GetSessionHandle mySessionName
mySessionName GetProjectHandle myProjectName
myProjectName GetPageHandle myPageName 1
myPageName GetWindowHandle myWinName 1
myWinName GetClientHandle myClientName
myClientName GetSurfaceHandle mySurfaceName 1
mySurfaceName SetParametric true
Errors
None.