plt3DISurface GetParametric
Gets whether a curve’s X, Y, and Z vectors are parameterized by U and V vectors.
Syntax
plt3DISurface_handle GetParametric
Application
Tcl Query
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.
Example
hwi GetSessionHandle mySessionName
mySessionName GetProjectHandle myProjectName
myProjectName GetPageHandle myPageName 1
myPageName GetWindowHandle myWinName 1
myWinName GetClientHandle myClientName
myClientName GetSurfaceHandle mySurfaceName 1
mySurfaceName GetParametric
Errors
None.