plt3DIPlot GetSymbolStyleComponent

Gets original component name of a 3D symbol.

Syntax

plt3DIPlot_handle GetSymbolStyleComponent style

Application

Tcl Query

Description

Symbols can be 3D or 2D. 3D symbols are components derived from finite elements models. This command returns the name of the originally specified component.

Inputs

style
The name of the style. Returns the component name (a string).

Example

To get the component name of a symbol called "box":
hwi GetSessionHandle mySessionName
mySessionName GetProjectHandle myProjectName
myProjectName GetPageHandle myPageName 1
myPageName GetWindowHandle myWinName 1
myWinName GetClientHandle myClientName
myClientName GetSymbolStyleComponent box

Errors

None.